diff --git a/.changeset/tasty-spiders-occur.md b/.changeset/tasty-spiders-occur.md deleted file mode 100644 index ea14dcf6..00000000 --- a/.changeset/tasty-spiders-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/eslint-plugin': minor ---- - -Revert changes to `no-use-before-define` rule since it was more heavy-handed than expected. diff --git a/CHANGELOG.md b/CHANGELOG.md index df735ca6..807c8f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/eslint-plugin +## 21.1.0 + +### Minor Changes + +- [#396](https://github.com/cloudfour/eslint-config/pull/396) [`eaa4ea8`](https://github.com/cloudfour/eslint-config/commit/eaa4ea82c1b73a8c5168fae205da6a53b91c9b67) Thanks [@Paul-Hebert](https://github.com/Paul-Hebert)! - Revert changes to `no-use-before-define` rule since it was more heavy-handed than expected. + ## 21.0.0 ### Major Changes diff --git a/package.json b/package.json index 1ceb7ca7..cd6d6df9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/eslint-plugin", - "version": "21.0.0", + "version": "21.1.0", "description": "Cloud Four's shareable ESLint configuration", "author": "Cloud Four (http://cloudfour.com)", "homepage": "https://github.com/cloudfour/eslint-config",