···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Upgrade TypeScript dependency, this would normally not result in a changeset but it had us remove the normal auto-complete and quick-info and only do that logic when ours ends up in no results
-5
.changeset/khaki-clouds-marry.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Don't error on known client-side directives
+9
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 0.12.1
44+55+### Patch Changes
66+77+- Upgrade TypeScript dependency, this would normally not result in a changeset but it had us remove the normal auto-complete and quick-info and only do that logic when ours ends up in no results
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#136](https://github.com/0no-co/GraphQLSP/pull/136))
99+- Don't error on known client-side directives
1010+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#144](https://github.com/0no-co/GraphQLSP/pull/144))
1111+312## 0.12.0
413514### Minor Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "0.12.0",
33+ "version": "0.12.1",
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",