File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.25.0] - 2021-10-11
10
+
9
11
### Added
10
12
- Support ` eslint ` v8 ([ #2191 ] , thanks [ @ota-meshi ] )
11
13
- [ ` no-unresolved ` ] : add ` caseSensitiveStrict ` option ([ #1262 ] , thanks [ @sergei-startsev ] )
@@ -1295,7 +1297,8 @@ for info on changes for earlier releases.
1295
1297
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1296
1298
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1297
1299
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
1299
1302
[ 2.24.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2
1300
1303
[ 2.24.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1
1301
1304
[ 2.24.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.24.2 " ,
3
+ "version" : " 2.25.0 " ,
4
4
"description" : " Import with sanity." ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments