File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
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.24.0] - 2021-08-08
10
+
9
11
### Added
10
12
- [ ` no-dynamic-require ` ] : add option ` esmodule ` ([ #1223 ] , thanks [ @vikr01 ] )
11
13
- [ ` named ` ] : add ` commonjs ` option ([ #1222 ] , thanks [ @vikr01 ] )
@@ -1179,7 +1181,8 @@ for info on changes for earlier releases.
1179
1181
[ #119 ] : https://github.com/import-js/eslint-plugin-import/issues/119
1180
1182
[ #89 ] : https://github.com/import-js/eslint-plugin-import/issues/89
1181
1183
1182
- [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...HEAD
1184
+ [ Unreleased ] : https://github.com/import-js/eslint-plugin-import/compare/v2.24.0...HEAD
1185
+ [ 2.24.0 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0
1183
1186
[ 2.23.4 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.3...v2.23.4
1184
1187
[ 2.23.3 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.2...v2.23.3
1185
1188
[ 2.23.2 ] : https://github.com/import-js/eslint-plugin-import/compare/v2.23.1...v2.23.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.23.4 " ,
3
+ "version" : " 2.24.0 " ,
4
4
"description" : " Import with sanity." ,
5
5
"engines" : {
6
6
"node" : " >=4"
104
104
"array.prototype.flat" : " ^1.2.4" ,
105
105
"debug" : " ^2.6.9" ,
106
106
"doctrine" : " ^2.1.0" ,
107
- "eslint-import-resolver-node" : " ^0.3.4 " ,
108
- "eslint-module-utils" : " ^2.6.1 " ,
107
+ "eslint-import-resolver-node" : " ^0.3.5 " ,
108
+ "eslint-module-utils" : " ^2.6.2 " ,
109
109
"find-up" : " ^2.0.0" ,
110
110
"has" : " ^1.0.3" ,
111
111
"is-core-module" : " ^2.4.0" ,
You can’t perform that action at this time.
0 commit comments