File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,16 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## 0.12.2 - 2020-06-16
9
+
8
10
### Fixed
9
11
- [ fix] provide config fallback ([ #1705 ] , thanks [ @migueloller ] )
10
12
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
+
11
18
## 0.12.0 - 2019-12-07
12
19
13
20
### Added
@@ -126,6 +133,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
126
133
Thanks to [ @gausie ] for the initial PR ([ #164 ] , ages ago! 😅) and [ @jquense ] for tests ([ #278 ] ).
127
134
128
135
[ #1705 ] : https://github.com/benmosher/eslint-plugin-import/pull/1705
136
+ [ #1595 ] : https://github.com/benmosher/eslint-plugin-import/pull/1595
129
137
[ #1503 ] : https://github.com/benmosher/eslint-plugin-import/pull/1503
130
138
[ #1297 ] : https://github.com/benmosher/eslint-plugin-import/pull/1297
131
139
[ #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
179
187
[ @echenley ] : https://github.com/echenley
180
188
[ @Aghassi ] : https://github.com/Aghassi
181
189
[ @migueloller ] : https://github.com/migueloller
190
+ [ @opichals ] : https://github.com/opichals
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-import-resolver-webpack" ,
3
- "version" : " 0.12.1 " ,
3
+ "version" : " 0.12.2 " ,
4
4
"description" : " Resolve paths to dependencies, given a webpack.config.js. Plugin for eslint-plugin-import." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments