diff --git a/.changeset/twelve-spies-learn.md b/.changeset/twelve-spies-learn.md deleted file mode 100644 index 2001b285..00000000 --- a/.changeset/twelve-spies-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@0no-co/graphqlsp": minor ---- - -only run the `typescript` plugin once to generate a set of types that we'll reference from our -`typescript-operations`, this to reduce lengthy generated files. diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index 6b920bee..4b99a6a5 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,13 @@ # @0no-co/graphqlsp +## 0.3.0 + +### Minor Changes + +- only run the `typescript` plugin once to generate a set of types that we'll reference from our + `typescript-operations`, this to reduce lengthy generated files + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#39](https://github.com/0no-co/GraphQLSP/pull/39)) + ## 0.2.1 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index 32c8e070..f60010d6 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "0.2.1", + "version": "0.3.0", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/index.js", "module": "./dist/index.module.js",