diff --git a/.changeset/flat-monkeys-begin.md b/.changeset/flat-monkeys-begin.md deleted file mode 100644 index 33b0f938..00000000 --- a/.changeset/flat-monkeys-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Expose persisted helper to translate typeQuery to the corresponding document diff --git a/.changeset/wicked-rice-design.md b/.changeset/wicked-rice-design.md deleted file mode 100644 index 15b82264..00000000 --- a/.changeset/wicked-rice-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': minor ---- - -Add support for `graphql.persisted` https://github.com/0no-co/GraphQLSP/pull/240 diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index e2336a9d..086d8e55 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,17 @@ # @0no-co/graphqlsp +## 1.9.0 + +### Minor Changes + +- Add support for `graphql.persisted` https://github.com/0no-co/GraphQLSP/pull/240 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [`9210406`](https://github.com/0no-co/GraphQLSP/commit/9210406744ff94ffcc4958c42478ef98c0b64be6)) + +### Patch Changes + +- Expose persisted helper to translate typeQuery to the corresponding document + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#284](https://github.com/0no-co/GraphQLSP/pull/284)) + ## 1.8.0 ### Minor Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 8b14515c..4f929021 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.8.0", + "version": "1.9.0", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/graphqlsp", "module": "./dist/graphqlsp.mjs",