Commit e9e755d 1 parent 7b264c0 commit e9e755d Copy full SHA for e9e755d
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.23.0] - 2021-05-13
10
+
9
11
### Added
10
12
- [ ` no-commonjs ` ] : Also detect require calls with expressionless template literals: ``` require(`x`) ``` ([ #1958 ] , thanks [ @FloEdelmann ] )
11
13
- [ ` no-internal-modules ` ] : Add ` forbid ` option ([ #1846 ] , thanks [ @guillaumewuip ] )
@@ -1104,7 +1106,8 @@ for info on changes for earlier releases.
1104
1106
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
1105
1107
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
1106
1108
1107
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...HEAD
1109
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.23.0...HEAD
1110
+ [ 2.23.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.1...v2.23.0
1108
1111
[ 2.22.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.22.0...v2.22.1
1109
1112
[ 2.22.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.22.0
1110
1113
[ 2.21.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.21.1...v2.21.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.22.1 " ,
3
+ "version" : " 2.23.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