diff --git a/.changeset/swift-ghosts-end.md b/.changeset/swift-ghosts-end.md deleted file mode 100644 index 58160d8b..00000000 --- a/.changeset/swift-ghosts-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Correctly identify missing fragments for gql.tada graphql call-expressions diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 9f2cccdc..422b2872 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.15.1 + +### Patch Changes + +- Correctly identify missing fragments for gql.tada graphql call-expressions + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#376](https://github.com/0no-co/GraphQLSP/pull/376)) + ## 1.15.0 ### Minor Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 3a35a3aa..26889da7 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.15.0", + "version": "1.15.1", "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",