From 582a1f193d3db89e996887ed5b398da3632001d4 Mon Sep 17 00:00:00 2001 From: Scott Vandehey Date: Thu, 14 Nov 2024 09:33:41 -0800 Subject: [PATCH] update changelog for v24 --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c4a662..1249255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # @cloudfour/eslint-plugin -## Unreleased +## 24.0.0 ### Breaking Changes -- Changed from a "super plugin" to a flat config file. -- Changed package name from `@cloudfour/eslint-plugin` to `@cloudfour/eslint-config`. +- Changed from a "super plugin" to a flat config file +- Changed package name from `@cloudfour/eslint-plugin` to `@cloudfour/eslint-config` + +### Major Changes + +- Update `eslint-plugin-jsdoc` from `v46` to `v50` +- Update `eslint-plugin-n` from `v16` to `v17` +- Update `eslint-plugin-promise` from `v6` to `v7` +- Update `eslint-plugin-unicorn` from `v48` to `v56` +- Update `typescript-eslint` from `v6` to `v8` ## 23.0.0