From 92f6f2d0c2da54cbcd19f353506e7cdb6b2cef3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:25:37 -0700 Subject: [PATCH] Publish Next Version (#385) Co-authored-by: github-actions[bot] --- .changeset/big-starfishes-raise.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/big-starfishes-raise.md diff --git a/.changeset/big-starfishes-raise.md b/.changeset/big-starfishes-raise.md deleted file mode 100644 index cfa288b9..00000000 --- a/.changeset/big-starfishes-raise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@cloudfour/eslint-plugin': patch ---- - -Pin eslint-plugin-n to 15.2.1 - -15.2.2 has a regression and inserts the wrong file extensions. diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbf9f56..a4a6aaf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @cloudfour/eslint-plugin +## 20.0.1 + +### Patch Changes + +- [`46db2ec`](https://github.com/cloudfour/eslint-config/commit/46db2ece0bf2a4ad2b1430f11551a51d138b155c) Thanks [@calebeby](https://github.com/calebeby)! - Pin eslint-plugin-n to 15.2.1 + + 15.2.2 has a regression and inserts the wrong file extensions. + ## 20.0.0 ### Major Changes diff --git a/package.json b/package.json index 7311cf3c..bb8cf8e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/eslint-plugin", - "version": "20.0.0", + "version": "20.0.1", "description": "Cloud Four's shareable ESLint configuration", "author": "Cloud Four (http://cloudfour.com)", "homepage": "https://github.com/cloudfour/eslint-config",