diff --git a/.changeset/sweet-mugs-shake.md b/.changeset/sweet-mugs-shake.md deleted file mode 100644 index 92273a45..00000000 --- a/.changeset/sweet-mugs-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@cloudfour/eslint-plugin': major ---- - -Drop support for node 16. Now only node 18+ is supported diff --git a/CHANGELOG.md b/CHANGELOG.md index 85842176..40869f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @cloudfour/eslint-plugin +## 24.0.0 + +### Major Changes + +- [#572](https://github.com/cloudfour/eslint-config/pull/572) [`5733042`](https://github.com/cloudfour/eslint-config/commit/5733042da82d606225d1c465cfb3392aa06a2ba7) Thanks [@calebeby](https://github.com/calebeby)! - Drop support for node 16. Now only node 18+ is supported + ## 23.0.0 ### Major Changes diff --git a/package.json b/package.json index e8c0b8a7..26267efc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudfour/eslint-plugin", - "version": "23.0.0", + "version": "24.0.0", "description": "Cloud Four's shareable ESLint configuration", "author": "Cloud Four (http://cloudfour.com)", "homepage": "https://github.com/cloudfour/eslint-config",