diff --git a/.changeset/yellow-pianos-explode.md b/.changeset/yellow-pianos-explode.md deleted file mode 100644 index d2cd0380..00000000 --- a/.changeset/yellow-pianos-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@0no-co/graphqlsp': patch ---- - -Automatically disable Prettier and ESLint on `tadaOutputLocation` output files. diff --git a/packages/graphqlsp/CHANGELOG.md b/packages/graphqlsp/CHANGELOG.md index e1190308..5d94c0b6 100644 --- a/packages/graphqlsp/CHANGELOG.md +++ b/packages/graphqlsp/CHANGELOG.md @@ -1,5 +1,12 @@ # @0no-co/graphqlsp +## 1.1.2 + +### Patch Changes + +- Automatically disable Prettier and ESLint on `tadaOutputLocation` output files + Submitted by [@kitten](https://github.com/kitten) (See [#199](https://github.com/0no-co/GraphQLSP/pull/199)) + ## 1.1.1 ### Patch Changes diff --git a/packages/graphqlsp/package.json b/packages/graphqlsp/package.json index e10325ac..2e0fff81 100644 --- a/packages/graphqlsp/package.json +++ b/packages/graphqlsp/package.json @@ -1,6 +1,6 @@ { "name": "@0no-co/graphqlsp", - "version": "1.1.1", + "version": "1.1.2", "description": "TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.", "main": "./dist/graphqlsp.js", "module": "./dist/graphqlsp.module.js",