···11----
22-'@0no-co/graphqlsp': minor
33----
44-55-Add way to provide additional reserved keys for field-usage tracking by means of the `reservedKeys` config property which accepts an array of strings
+7
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 1.1.0
44+55+### Minor Changes
66+77+- Add way to provide additional reserved keys for field-usage tracking by means of the `reservedKeys` config property which accepts an array of strings
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#195](https://github.com/0no-co/GraphQLSP/pull/195))
99+310## 1.0.7
411512### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.0.7",
33+ "version": "1.1.0",
44 "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.",
55 "main": "./dist/graphqlsp.js",
66 "module": "./dist/graphqlsp.module.js",