File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments