File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
9+ ## [ 2.25.2] - 2021-10-12
10+
11+ ### Fixed
12+ - [ Deps] update ` eslint-module-utils ` for real this time ([ #2255 ] )
13+
914## [ 2.25.1] - 2021-10-11
1015
1116### Fixed
@@ -1191,6 +1196,7 @@ for info on changes for earlier releases.
11911196[ #211 ] : https://github.com/import-js/eslint-plugin-import/pull/211
11921197[ #164 ] : https://github.com/import-js/eslint-plugin-import/pull/164
11931198[ #157 ] : https://github.com/import-js/eslint-plugin-import/pull/157
1199+ [ #2255 ] : https://github.com/import-js/eslint-plugin-import/issues/2255
11941200[ #2201 ] : https://github.com/import-js/eslint-plugin-import/issues/2201
11951201[ #2199 ] : https://github.com/import-js/eslint-plugin-import/issues/2199
11961202[ #2161 ] : https://github.com/import-js/eslint-plugin-import/issues/2161
@@ -1302,7 +1308,8 @@ for info on changes for earlier releases.
13021308[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
13031309[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
13041310
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
13061313[ 2.25.1 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1
13071314[ 2.25.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0
13081315[ 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 11{
22 "name" : " eslint-plugin-import" ,
3- "version" : " 2.25.1 " ,
3+ "version" : " 2.25.2 " ,
44 "description" : " Import with sanity." ,
55 "engines" : {
66 "node" : " >=4"
You can’t perform that action at this time.
0 commit comments