Skip to content

Commit 038d668

Browse files
committed
bump webpack resolver to v0.11.0
1 parent 20a8f3b commit 038d668

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

resolvers/webpack/CHANGELOG.md

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

66
## Unreleased
77

8+
9+
## 0.11.0 - 2018-01-22
10+
811
### Added
912
- support for `argv` parameter when config is a function. ([#1261], thanks [@keann])
1013

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.10.1",
3+
"version": "0.11.0",
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)