···11----
22-'@0no-co/graphqlsp': minor
33----
44-55-Expose the `init` and `getGraphQLDiagnostics` methods
-5
.changeset/sixty-walls-mix.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Switch to loading the schema with `@gql.tada/internal` utilities
+12
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 1.8.0
44+55+### Minor Changes
66+77+- Expose the `init` and `getGraphQLDiagnostics` methods
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#279](https://github.com/0no-co/GraphQLSP/pull/279))
99+1010+### Patch Changes
1111+1212+- Switch to loading the schema with `@gql.tada/internal` utilities
1313+ Submitted by [@kitten](https://github.com/kitten) (See [#277](https://github.com/0no-co/GraphQLSP/pull/277))
1414+315## 1.7.1
416517### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.7.1",
33+ "version": "1.8.0",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/graphqlsp",
66 "module": "./dist/graphqlsp.mjs",