From 2db6a3cf264d732c662854716ebac7dbf42fcac5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 09:07:01 -0700 Subject: [PATCH] Publish Next Version (#398) Co-authored-by: github-actions[bot] --- .changeset/tasty-spiders-occur.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tasty-spiders-occur.md 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",