diff --git a/.changeset/many-nails-wait.md b/.changeset/many-nails-wait.md deleted file mode 100644 index b41e5524..00000000 --- a/.changeset/many-nails-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': minor ---- - -Add validation step to check that the persisted-operations hash has been updated when the document changes diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 2f239985..fab3d67e 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.11.0 + +### Minor Changes + +- Add validation step to check that the persisted-operations hash has been updated when the document changes + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#301](https://github.com/0no-co/GraphQLSP/pull/301)) + ## 1.10.3 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index aaa79f95..591e8c59 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.10.3", + "version": "1.11.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",