diff --git a/.changeset/afraid-pugs-fail.md b/.changeset/afraid-pugs-fail.md deleted file mode 100644 index bc785292be1..00000000000 --- a/.changeset/afraid-pugs-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -fix `require-id-when-available` check unions as well diff --git a/.changeset/honest-yaks-trade.md b/.changeset/honest-yaks-trade.md deleted file mode 100644 index 83461251068..00000000000 --- a/.changeset/honest-yaks-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -fix `no-unreachable-types` ignore types from directive arguments with request locations diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 742c16fd010..36a31fe83b2 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-eslint/eslint-plugin +## 3.16.1 + +### Patch Changes + +- [#1467](https://github.com/B2o5T/graphql-eslint/pull/1467) + [`12f802c`](https://github.com/B2o5T/graphql-eslint/commit/12f802c354c389c13fb2f220a652683a2153da28) + Thanks [@B2o5T](https://github.com/B2o5T)! - fix `require-id-when-available` check unions as well + +- [#1469](https://github.com/B2o5T/graphql-eslint/pull/1469) + [`6b4e20c`](https://github.com/B2o5T/graphql-eslint/commit/6b4e20c922132c00961a90c17185fffcda2cdad2) + Thanks [@B2o5T](https://github.com/B2o5T)! - fix `no-unreachable-types` ignore types from + directive arguments with request locations + ## 3.16.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index a6ff4997c05..849e5291c3f 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.16.0", + "version": "3.16.1", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",