diff --git a/.changeset/light-moose-join.md b/.changeset/light-moose-join.md deleted file mode 100644 index 2ed098a3..00000000 --- a/.changeset/light-moose-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Add `nonOptionalTypename: true` as this allows for easier type matching diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index eb489d8a..c7095563 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 0.6.1 + +### Patch Changes + +- Add `nonOptionalTypename: true` as this allows for easier type matching + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#60](https://github.com/0no-co/GraphQLSP/pull/60)) + ## 0.6.0 ### Minor Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index b3df9faf..37ea4d65 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.6.0", + "version": "0.6.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",