···11----
22-"@0no-co/graphqlsp": minor
33----
44-55-only run the `typescript` plugin once to generate a set of types that we'll reference from our
66-`typescript-operations`, this to reduce lengthy generated files.
+8
packages/graphqlsp/CHANGELOG.md
···11# @0no-co/graphqlsp
2233+## 0.3.0
44+55+### Minor Changes
66+77+- only run the `typescript` plugin once to generate a set of types that we'll reference from our
88+ `typescript-operations`, this to reduce lengthy generated files
99+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#39](https://github.com/0no-co/GraphQLSP/pull/39))
1010+311## 0.2.1
412513### Patch Changes
+1-1
packages/graphqlsp/package.json
···11{
22 "name": "@0no-co/graphqlsp",
33- "version": "0.2.1",
33+ "version": "0.3.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",