Skip to content

Commit 91f809b

Browse files
committed
v2.31.0
1 parent 3f1ac24 commit 91f809b

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.31.0] - 2024-10-03
10+
911
### Added
1012
- support eslint v9 ([#2996], thanks [@G-Rath] [@michaelfaith])
1113
- [`order`]: allow validating named imports ([#3043], thanks [@manuth])
@@ -1646,7 +1648,8 @@ for info on changes for earlier releases.
16461648
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
16471649
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
16481650

1649-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...HEAD
1651+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...HEAD
1652+
[2.31.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.30.0...v2.31.0
16501653
[2.30.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0
16511654
[2.29.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1
16521655
[2.29.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0

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

0 commit comments

Comments
 (0)