Skip to content

Commit b0131d2

Browse files
committedOct 11, 2021
Bump to v2.25.0
1 parent 7463de2 commit b0131d2

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](http://keepachangel
66

77
## [Unreleased]
88

9+
## [2.25.0] - 2021-10-11
10+
911
### Added
1012
- Support `eslint` v8 ([#2191], thanks [@ota-meshi])
1113
- [`no-unresolved`]: add `caseSensitiveStrict` option ([#1262], thanks [@sergei-startsev])
@@ -1295,7 +1297,8 @@ for info on changes for earlier releases.
12951297
[#119]: https://github.com/import-js/eslint-plugin-import/issues/119
12961298
[#89]: https://github.com/import-js/eslint-plugin-import/issues/89
12971299

1298-
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...HEAD
1300+
[Unreleased]: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...HEAD
1301+
[2.25.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0
12991302
[2.24.2]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2
13001303
[2.24.1]: https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1
13011304
[2.24.0]: https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.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.24.2",
3+
"version": "2.25.0",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)
Please sign in to comment.