Skip to content

Commit

Permalink
[resolvers/webpack] v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 8, 2019
1 parent 26ad476 commit 47a232e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions resolvers/webpack/CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## Unreleased

## 0.12.0 - 2019-12-07

### Added
- [New] enable passing cwd as an option to `eslint-import-resolver-webpack` ([#1503], thanks [@Aghassi])

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

Please sign in to comment.