diff --git a/.changeset/lovely-otters-watch.md b/.changeset/lovely-otters-watch.md deleted file mode 100644 index f53b9b84c56..00000000000 --- a/.changeset/lovely-otters-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': patch ---- - -fix `TypeError: Cannot read properties of undefined (reading 'kind')` for -`require-nullable-result-in-root` rule diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 634bee1ed0f..dd63b90362f 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-eslint/eslint-plugin +## 3.19.1 + +### Patch Changes + +- [#1665](https://github.com/B2o5T/graphql-eslint/pull/1665) + [`73b1087`](https://github.com/B2o5T/graphql-eslint/commit/73b1087be4768daecee031b1778c20280d41edca) + Thanks [@B2o5T](https://github.com/B2o5T)! - fix + `TypeError: Cannot read properties of undefined (reading 'kind')` for + `require-nullable-result-in-root` rule + ## 3.19.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 411ed38088a..4a45afa157e 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.19.0", + "version": "3.19.1", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",