diff --git a/.changeset/perfect-news-talk.md b/.changeset/perfect-news-talk.md deleted file mode 100644 index 73b8a162..00000000 --- a/.changeset/perfect-news-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': minor ---- - -Support the GraphQL Code Generator client preset diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 83ee173e..37ab4ca7 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 0.11.0 + +### Minor Changes + +- Support the GraphQL Code Generator client preset + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#109](https://github.com/0no-co/GraphQLSP/pull/109)) + ## 0.10.1 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 8a154f56..71fd0fbd 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.10.1", + "version": "0.11.0", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/index.js", "module": "./dist/index.module.js",