diff --git a/CHANGELOG.md b/CHANGELOG.md index bc7da43bf..4d5b23d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## [Unreleased] +## [2.28.1] - 2023-08-18 + ### Fixed - [`order`]: revert breaking change to single nested group ([#2854], thanks [@yndajas]) @@ -1545,7 +1547,8 @@ for info on changes for earlier releases. [#119]: https://github.com/import-js/eslint-plugin-import/issues/119 [#89]: https://github.com/import-js/eslint-plugin-import/issues/89 -[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...HEAD +[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...HEAD +[2.28.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1 [2.28.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0 [2.27.5]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5 [2.27.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4 diff --git a/package.json b/package.json index 553d9c6a9..6128a4e76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.28.0", + "version": "2.28.1", "description": "Import with sanity.", "engines": { "node": ">=4"