diff --git a/.changeset/pre.json b/.changeset/pre.json index eb6c9232dfd..79413f821fa 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -23,6 +23,7 @@ "dull-scissors-destroy", "few-mails-sparkle", "friendly-singers-rush", + "heavy-onions-fry", "itchy-ads-compete", "lovely-laws-hide", "rare-planes-love", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 083d3465a19..33547e67f2c 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 4.0.0-alpha.5 + +### Patch Changes + +- [#2605](https://github.com/dimaMachina/graphql-eslint/pull/2605) + [`2ae64e1`](https://github.com/dimaMachina/graphql-eslint/commit/2ae64e12ab2e61c14b8a195410e2e68dc3fb29d0) + Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix types exports by + `@arethetypeswrong/cli` package + ## 4.0.0-alpha.4 ### Patch Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index ac61a6defee..8174fe3c3b6 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "4.0.0-alpha.4", + "version": "4.0.0-alpha.5", "type": "module", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint",