diff --git a/.changeset/green-vans-leave.md b/.changeset/green-vans-leave.md deleted file mode 100644 index fef495e2cdb..00000000000 --- a/.changeset/green-vans-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-eslint/eslint-plugin': minor ---- - -[naming-convention]: add new options `requiredPrefixes`, `requiredSuffixes` diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 4853831491d..7554876fef8 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-eslint/eslint-plugin +## 3.18.0 + +### Minor Changes + +- [#1540](https://github.com/B2o5T/graphql-eslint/pull/1540) + [`afea5fe`](https://github.com/B2o5T/graphql-eslint/commit/afea5feec9562139e16a19d227661acd5a99b64b) + Thanks [@louisscruz](https://github.com/louisscruz)! - [naming-convention]: add new options + `requiredPrefixes`, `requiredSuffixes` + ## 3.17.0 ### Minor Changes diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 6aa780575ab..419a7d27495 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-eslint/eslint-plugin", - "version": "3.17.0", + "version": "3.18.0", "description": "GraphQL plugin for ESLint", "repository": "https://github.com/B2o5T/graphql-eslint", "author": "Dotan Simha ",