···11----
22-'@0no-co/graphqlsp': minor
33----
44-55-Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant
-5
.changeset/rotten-pugs-begin.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Recursively create directories if the target does not exist
-5
.changeset/upset-hats-remain.md
···11----
22-'@0no-co/graphqlsp': minor
33----
44-55-Allow supplying a custom `clientDirectives` which will be mixed in with the base client directives
+14
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 1.13.0
44+55+### Minor Changes
66+77+- Remove missing operation-name code, with our increased focus on not generating any code this becomes irrelevant
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#362](https://github.com/0no-co/GraphQLSP/pull/362))
99+- Allow supplying a custom `clientDirectives` which will be mixed in with the base client directives
1010+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#370](https://github.com/0no-co/GraphQLSP/pull/370))
1111+1212+### Patch Changes
1313+1414+- Recursively create directories if the target does not exist
1515+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#364](https://github.com/0no-co/GraphQLSP/pull/364))
1616+317## 1.12.16
418519### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.12.16",
33+ "version": "1.13.0",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/graphqlsp",
66 "module": "./dist/graphqlsp.mjs",