From abac73d40417eb17d7a7bcc135939055288959c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 08:33:21 -0700 Subject: [PATCH] Publish Next Version (#389) Co-authored-by: github-actions[bot] --- .changeset/fuzzy-bananas-drive.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fuzzy-bananas-drive.md diff --git a/.changeset/fuzzy-bananas-drive.md b/.changeset/fuzzy-bananas-drive.md deleted file mode 100644 index f6747924..00000000 --- a/.changeset/fuzzy-bananas-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/eslint-plugin': patch ---- - -Unpin eslint-plugin-n (includes bugfix) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4a6aaf4..1c804e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/eslint-plugin +## 20.0.2 + +### Patch Changes + +- [`7e35702`](https://github.com/cloudfour/eslint-config/commit/7e35702a0c22311026acde5664a9971bfffe7100) Thanks [@calebeby](https://github.com/calebeby)! - Unpin eslint-plugin-n (includes bugfix) + ## 20.0.1 ### Patch Changes diff --git a/package.json b/package.json index fb935e35..a41bd989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/eslint-plugin", - "version": "20.0.1", + "version": "20.0.2", "description": "Cloud Four's shareable ESLint configuration", "author": "Cloud Four (http://cloudfour.com)", "homepage": "https://github.com/cloudfour/eslint-config",