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",