File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.25.2] - 2021-10-12
10
+
11
+ ### Fixed
12
+ - [ Deps] update ` eslint-module-utils ` for real this time ([ #2255 ] )
13
+
9
14
## [ 2.25.1] - 2021-10-11
10
15
11
16
### Fixed
@@ -1191,6 +1196,7 @@ for info on changes for earlier releases.
1191
1196
[ #211 ] : https://github.com/import-js/eslint-plugin-import/pull/211
1192
1197
[ #164 ] : https://github.com/import-js/eslint-plugin-import/pull/164
1193
1198
[ #157 ] : https://github.com/import-js/eslint-plugin-import/pull/157
1199
+ [ #2255 ] : https://github.com/import-js/eslint-plugin-import/issues/2255
1194
1200
[ #2201 ] : https://github.com/import-js/eslint-plugin-import/issues/2201
1195
1201
[ #2199 ] : https://github.com/import-js/eslint-plugin-import/issues/2199
1196
1202
[ #2161 ] : https://github.com/import-js/eslint-plugin-import/issues/2161
@@ -1302,7 +1308,8 @@ for info on changes for earlier releases.
1302
1308
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1303
1309
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1304
1310
1305
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...HEAD
1311
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.2...HEAD
1312
+ [ 2.25.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2
1306
1313
[ 2.25.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1
1307
1314
[ 2.25.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0
1308
1315
[ 2.24.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.1...v2.24.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.25.1 " ,
3
+ "version" : " 2.25.2 " ,
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