···11----
22-"@0no-co/graphqlsp": patch
33----
44-55-switch error message for missing operation-name to not allude to typegen
-5
.changeset/selfish-adults-heal.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Swap-write introspection file instead of overwriting it directly
-5
.changeset/six-chefs-hammer.md
···11----
22-'@0no-co/graphqlsp': patch
33----
44-55-Fix directives being misreported due to globally declared regex maintaining state
+11
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 1.10.1
44+55+### Patch Changes
66+77+- switch error message for missing operation-name to not allude to typegen
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#290](https://github.com/0no-co/GraphQLSP/pull/290))
99+- Swap-write introspection file instead of overwriting it directly
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#291](https://github.com/0no-co/GraphQLSP/pull/291))
1111+- ⚠️ Fix directives being misreported due to globally declared regex maintaining state
1212+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#293](https://github.com/0no-co/GraphQLSP/pull/293))
1313+314## 1.10.0
415516### Minor Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "1.10.0",
33+ "version": "1.10.1",
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",