Skip to content

Commit 44b42c0

Browse files
committed
[resolvers/webpack] v0.12.2
1 parent f5d95e8 commit 44b42c0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

resolvers/webpack/CHANGELOG.md

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

66
## Unreleased
77

8+
## 0.12.2 - 2020-06-16
9+
810
### Fixed
911
- [fix] provide config fallback ([#1705], thanks [@migueloller])
1012

13+
## 0.12.1 - 2020-01-10
14+
15+
### Changed
16+
- [meta] copy LICENSE file to all npm packages on prepublish ([#1595], thanks [@opichals])
17+
1118
## 0.12.0 - 2019-12-07
1219

1320
### Added
@@ -126,6 +133,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
126133
Thanks to [@gausie] for the initial PR ([#164], ages ago! 😅) and [@jquense] for tests ([#278]).
127134

128135
[#1705]: https://github.com/benmosher/eslint-plugin-import/pull/1705
136+
[#1595]: https://github.com/benmosher/eslint-plugin-import/pull/1595
129137
[#1503]: https://github.com/benmosher/eslint-plugin-import/pull/1503
130138
[#1297]: https://github.com/benmosher/eslint-plugin-import/pull/1297
131139
[#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
179187
[@echenley]: https://github.com/echenley
180188
[@Aghassi]: https://github.com/Aghassi
181189
[@migueloller]: https://github.com/migueloller
190+
[@opichals]: https://github.com/opichals

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