···11----
22-'@0no-co/graphqlsp': minor
33----
44-55-Add ability to specify a URL for your schema, GraphQLSP will then fetch the introspection from the specified URL
-5
.changeset/grumpy-toes-serve.md
···11----
22-'@0no-co/graphqlsp': minor
33----
44-55-Display some documentation alongside fields and fragments, for fields it will show the documentation or the type and for fragmentSpreads the typeCondition will be displayed
-5
.changeset/olive-jokes-drum.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Check the `dirty` state of the file an additional time to prevent writing to the file when the user types directly after saving
-5
.changeset/proud-trainers-switch.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Enforce the correct type on FragmentSpread suggestions
+17
CHANGELOG.md
···11+# @0no-co/graphqlsp
22+33+## 0.2.0
44+55+### Minor Changes
66+77+- Add ability to specify a URL for your schema, GraphQLSP will then fetch the introspection from the specified URL
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#26](https://github.com/0no-co/GraphQLSP/pull/26))
99+- Display some documentation alongside fields and fragments, for fields it will show the documentation or the type and for fragmentSpreads the typeCondition will be displayed
1010+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#31](https://github.com/0no-co/GraphQLSP/pull/31))
1111+1212+### Patch Changes
1313+1414+- Check the `dirty` state of the file an additional time to prevent writing to the file when the user types directly after saving
1515+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#27](https://github.com/0no-co/GraphQLSP/pull/27))
1616+- Enforce the correct type on FragmentSpread suggestions
1717+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#32](https://github.com/0no-co/GraphQLSP/pull/32))
+1-1
package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "0.1.0",
33+ "version": "0.2.0",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/index.js",
66 "module": "./dist/index.module.js",