Skip to content

Commit c3633c6

Browse files
committedOct 20, 2021
[resolvers/webpack] v0.13.2
1 parent ce702dc commit c3633c6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎resolvers/webpack/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## 0.13.2 - 2021-10-20
9+
10+
### Changed
11+
- [meta] expand `engines.node` to include node 17 ([#2268], thanks [@ljharb])
12+
813
## 0.13.1 - 2021-05-13
914

1015
### Added
@@ -176,6 +181,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
176181
[#181]: https://github.com/import-js/eslint-plugin-import/pull/181
177182
[#164]: https://github.com/import-js/eslint-plugin-import/pull/164
178183

184+
[#2268]: https://github.com/import-js/eslint-plugin-import/issues/2268
179185
[#1219]: https://github.com/import-js/eslint-plugin-import/issues/1219
180186
[#788]: https://github.com/import-js/eslint-plugin-import/issues/788
181187
[#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
211217
[@opichals]: https://github.com/opichals
212218
[@andersk]: https://github.com/andersk
213219
[@ogonkov]: https://github.com/ogonkov
214-
[@jet2jet]: https://github.com/jet2jet
220+
[@jet2jet]: https://github.com/jet2jet

‎resolvers/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-webpack",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.