File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## 0.13.2 - 2021-10-20
9
+
10
+ ### Changed
11
+ - [ meta] expand ` engines.node ` to include node 17 ([ #2268 ] , thanks [ @ljharb ] )
12
+
8
13
## 0.13.1 - 2021-05-13
9
14
10
15
### Added
@@ -176,6 +181,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
176
181
[ #181 ] : https://github.com/import-js/eslint-plugin-import/pull/181
177
182
[ #164 ] : https://github.com/import-js/eslint-plugin-import/pull/164
178
183
184
+ [ #2268 ] : https://github.com/import-js/eslint-plugin-import/issues/2268
179
185
[ #1219 ] : https://github.com/import-js/eslint-plugin-import/issues/1219
180
186
[ #788 ] : https://github.com/import-js/eslint-plugin-import/issues/788
181
187
[ #767 ] : https://github.com/import-js/eslint-plugin-import/issues/767
@@ -211,4 +217,4 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
211
217
[ @opichals ] : https://github.com/opichals
212
218
[ @andersk ] : https://github.com/andersk
213
219
[ @ogonkov ] : https://github.com/ogonkov
214
- [ @jet2jet ] : https://github.com/jet2jet
220
+ [ @jet2jet ] : https://github.com/jet2jet
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-import-resolver-webpack" ,
3
- "version" : " 0.13.1 " ,
3
+ "version" : " 0.13.2 " ,
4
4
"description" : " Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments