diff --git a/CHANGELOG.md b/CHANGELOG.md index 907ceb059..9d63f0555 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.27.5] - 2023-01-16 + ### Fixed - [`order]`: Fix group ranks order when alphabetizing ([#2674], thanks [@Pearce-Ropion]) @@ -1501,7 +1503,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.27.4...HEAD +[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...HEAD +[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 [2.27.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3 [2.27.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2 diff --git a/package.json b/package.json index 8dcf9a5b7..299cf52b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-import", - "version": "2.27.4", + "version": "2.27.5", "description": "Import with sanity.", "engines": { "node": ">=4"