From de97db6d21ea30b9daa1e3acfac308e6ceecd972 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:02:57 +0200 Subject: [PATCH] Version Packages (#302) Co-authored-by: github-actions[bot] --- .changeset/many-nails-wait.md | 5 ----- packages/graphqlsp/CHANGELOG.md | 7 +++++++ packages/graphqlsp/package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/many-nails-wait.md 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",