diff --git a/.changeset/dull-tables-mix.md b/.changeset/dull-tables-mix.md deleted file mode 100644 index 1fe845ee33a..00000000000 --- a/.changeset/dull-tables-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -Add `require-nullable-result-in-root` rule to report on non-null fields in root types diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 7554876fef8..634bee1ed0f 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 3.19.0 + +### Minor Changes + +- [#1657](https://github.com/B2o5T/graphql-eslint/pull/1657) + [`0a571bb`](https://github.com/B2o5T/graphql-eslint/commit/0a571bbd8756168de29bf7da20a3b714681aab1b) + Thanks [@nishtahir](https://github.com/nishtahir)! - Add `require-nullable-result-in-root` rule to + report on non-null fields in root types + ## 3.18.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index d20dd4ecf4f..e795dc02ad1 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.18.0", + "version": "3.19.0", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",