diff --git a/.changeset/spotty-meals-think.md b/.changeset/spotty-meals-think.md deleted file mode 100644 index bbe3017a530..00000000000 --- a/.changeset/spotty-meals-think.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -Add new `require-import-fragment` rule that reports fragments which were not imported via an import -expression. diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index d47bd879ae7..742c16fd010 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 3.16.0 + +### Minor Changes + +- [#1443](https://github.com/B2o5T/graphql-eslint/pull/1443) + [`9916d8d`](https://github.com/B2o5T/graphql-eslint/commit/9916d8dd15112a9f71d712b9a5c63d8708fc608c) + Thanks [@FloEdelmann](https://github.com/FloEdelmann)! - Add new `require-import-fragment` rule + that reports fragments which were not imported via an import expression. + ## 3.15.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 81c979454db..2db147b4a2a 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.15.0", + "version": "3.16.0", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",