Skip to content

Commit

Permalink
bump webpack resolver to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jan 22, 2019
1 parent 20a8f3b commit 038d668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resolvers/webpack/CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## Unreleased


## 0.11.0 - 2018-01-22

### Added
- support for `argv` parameter when config is a function. ([#1261], thanks [@keann])

Expand Down
2 changes: 1 addition & 1 deletion resolvers/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-import-resolver-webpack",
"version": "0.10.1",
"version": "0.11.0",
"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 038d668

Please sign in to comment.