diff --git a/resolvers/webpack/CHANGELOG.md b/resolvers/webpack/CHANGELOG.md index e06203823..5b31c350a 100644 --- a/resolvers/webpack/CHANGELOG.md +++ b/resolvers/webpack/CHANGELOG.md @@ -5,9 +5,16 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## 0.12.2 - 2020-06-16 + ### Fixed - [fix] provide config fallback ([#1705], thanks [@migueloller]) +## 0.12.1 - 2020-01-10 + +### Changed +- [meta] copy LICENSE file to all npm packages on prepublish ([#1595], thanks [@opichals]) + ## 0.12.0 - 2019-12-07 ### Added @@ -126,6 +133,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel Thanks to [@gausie] for the initial PR ([#164], ages ago! 😅) and [@jquense] for tests ([#278]). [#1705]: https://github.com/benmosher/eslint-plugin-import/pull/1705 +[#1595]: https://github.com/benmosher/eslint-plugin-import/pull/1595 [#1503]: https://github.com/benmosher/eslint-plugin-import/pull/1503 [#1297]: https://github.com/benmosher/eslint-plugin-import/pull/1297 [#1261]: https://github.com/benmosher/eslint-plugin-import/pull/1261 @@ -179,3 +187,4 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel [@echenley]: https://github.com/echenley [@Aghassi]: https://github.com/Aghassi [@migueloller]: https://github.com/migueloller +[@opichals]: https://github.com/opichals diff --git a/resolvers/webpack/package.json b/resolvers/webpack/package.json index 72959fa88..7de2690b2 100644 --- a/resolvers/webpack/package.json +++ b/resolvers/webpack/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-webpack", - "version": "0.12.1", + "version": "0.12.2", "description": "Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import.", "main": "index.js", "scripts": {