Skip to content

Commit 7b264c0

Browse files
committedMay 14, 2021
[resolvers/webpack] v0.13.1
1 parent aa37904 commit 7b264c0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎resolvers/webpack/CHANGELOG.md

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

66
## Unreleased
77

8+
## 0.13.1 - 2021-05-13
9+
810
### Added
911
- add support for webpack5 'externals function' ([#2023], thanks [@jet2jet])
1012

1113
### Changed
1214
- Add warning about async Webpack configs ([#1962], thanks [@ogonkov])
13-
- Replace node-libs-browser with is-core-module ([#1967], thanks [@andersk])
15+
- Replace `node-libs-browser` with `is-core-module` ([#1967], thanks [@andersk])
1416
- [meta] add "engines" field to document existing requirements
17+
- [Refactor] use `is-regex` instead of `instanceof RegExp`
18+
- [Refactor] use `Array.isArray` instead of `instanceof Array`
19+
- [deps] update `debug`, `interpret`, `is-core-module`, `lodash`, `resolve`
1520

1621
## 0.13.0 - 2020-09-27
1722

‎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.0",
3+
"version": "0.13.1",
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.