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.1] - 2021-10-11
10
+
9
11
### Fixed
10
12
- [ Deps] update ` eslint-module-utils `
11
13
@@ -1300,7 +1302,8 @@ for info on changes for earlier releases.
1300
1302
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1301
1303
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1302
1304
1303
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...HEAD
1305
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...HEAD
1306
+ [ 2.25.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1
1304
1307
[ 2.25.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0
1305
1308
[ 2.24.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2
1306
1309
[ 2.24.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...v2.24.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.25.0 " ,
3
+ "version" : " 2.25.1 " ,
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