Skip to content

Commit 5ff9e45

Browse files
committedJan 16, 2023
Bump to v2.27.5
1 parent ee6e1be commit 5ff9e45

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
66

77
## [Unreleased]
88

9+
## [2.27.5] - 2023-01-16
10+
911
### Fixed
1012
- [`order]`: Fix group ranks order when alphabetizing ([#2674], thanks [@Pearce-Ropion])
1113

@@ -1501,7 +1503,8 @@ for info on changes for earlier releases.
15011503
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
15021504
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
15031505

1504-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...HEAD
1506+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...HEAD
1507+
[2.27.5]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5
15051508
[2.27.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4
15061509
[2.27.3]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.2...v2.27.3
15071510
[2.27.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.1...v2.27.2

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "2.27.4",
3+
"version": "2.27.5",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)
Please sign in to comment.