Skip to content

Commit

Permalink
[resolvers/webpack] v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 14, 2021
1 parent aa37904 commit 7b264c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion resolvers/webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## Unreleased

## 0.13.1 - 2021-05-13

### Added
- add support for webpack5 'externals function' ([#2023], thanks [@jet2jet])

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

## 0.13.0 - 2020-09-27

Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-webpack",
"version": "0.13.0",
"version": "0.13.1",
"description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7b264c0

Please sign in to comment.