Skip to content

Commit cd95728

Browse files
committed
Bump to 2.28.1
1 parent 0847443 commit cd95728

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.28.1] - 2023-08-18
10+
911
### Fixed
1012
- [`order`]: revert breaking change to single nested group ([#2854], thanks [@yndajas])
1113

@@ -1545,7 +1547,8 @@ for info on changes for earlier releases.
15451547
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
15461548
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
15471549

1548-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...HEAD
1550+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...HEAD
1551+
[2.28.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1
15491552
[2.28.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0
15501553
[2.27.5]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.4...v2.27.5
15511554
[2.27.4]: https://github.com/import-js/eslint-plugin-import/compare/v2.27.3...v2.27.4

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.28.0",
3+
"version": "2.28.1",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)