diff --git a/.changeset/shaggy-ravens-train.md b/.changeset/shaggy-ravens-train.md deleted file mode 100644 index 3c5d944a..00000000 --- a/.changeset/shaggy-ravens-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -First perform the graphqlsp operations and only after do the TypeScript ones, this to account for changed lines from semantic-diagnostics diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 7a284f31..ce7b4216 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 0.5.1 + +### Patch Changes + +- First perform the graphqlsp operations and only after do the TypeScript ones, this to account for changed lines from semantic-diagnostics + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#53](https://github.com/0no-co/GraphQLSP/pull/53)) + ## 0.5.0 ### Minor Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 5beece9a..b8be73bf 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.5.0", + "version": "0.5.1", "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",