diff --git a/.changeset/metal-seals-swim.md b/.changeset/metal-seals-swim.md deleted file mode 100644 index bb5d92dd..00000000 --- a/.changeset/metal-seals-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@0no-co/graphqlsp": patch ---- - -Fix wrong fileType diagnostic error when introspection is disabled diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 207751ae..ff66ac77 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.12.13 + +### Patch Changes + +- ⚠️ Fix wrong fileType diagnostic error when introspection is disabled + Submitted by [@FyndetNeo](https://github.com/FyndetNeo) (See [#348](https://github.com/0no-co/GraphQLSP/pull/348)) + ## 1.12.12 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 8c97fab9..18d08d24 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.12.12", + "version": "1.12.13", "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",