diff --git a/.changeset/honest-donkeys-check.md b/.changeset/honest-donkeys-check.md deleted file mode 100644 index 40b8faa9..00000000 --- a/.changeset/honest-donkeys-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': minor ---- - -Expose the `init` and `getGraphQLDiagnostics` methods diff --git a/.changeset/sixty-walls-mix.md b/.changeset/sixty-walls-mix.md deleted file mode 100644 index 166a2bf1..00000000 --- a/.changeset/sixty-walls-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Switch to loading the schema with `@gql.tada/internal` utilities diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 3e9beecc..e2336a9d 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,17 @@ # @0no-co/graphqlsp +## 1.8.0 + +### Minor Changes + +- Expose the `init` and `getGraphQLDiagnostics` methods + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#279](https://github.com/0no-co/GraphQLSP/pull/279)) + +### Patch Changes + +- Switch to loading the schema with `@gql.tada/internal` utilities + Submitted by [@kitten](https://github.com/kitten) (See [#277](https://github.com/0no-co/GraphQLSP/pull/277)) + ## 1.7.1 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index e4f58256..8b14515c 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.7.1", + "version": "1.8.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",