···11# @0no-co/graphqlsp
2233+## 0.10.0
44+55+### Minor Changes
66+77+- Change default config to not check for co-located fragments by default
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#99](https://github.com/0no-co/GraphQLSP/pull/99))
99+1010+### Patch Changes
1111+1212+- Prevent duplicate async file-generation processes from happening
1313+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#100](https://github.com/0no-co/GraphQLSP/pull/100))
1414+315## 0.9.2
416517### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "0.9.2",
33+ "version": "0.10.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",