File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 1.12.0] - 2016-07-26
7
9
### Added
8
- - [ ` import/external-module-folders ` setting] : a possibility to configure folders for "external" modules ([ #444 ] )
10
+ - [ ` import/external-module-folders ` setting] : a possibility to configure folders for "external" modules ([ #444 ] , thanks [ @ zloirock ] )
9
11
10
12
## [ 1.11.1] - 2016-07-20
11
13
### Fixed
@@ -332,7 +334,8 @@ for info on changes for earlier releases.
332
334
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
333
335
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
334
336
335
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...HEAD
337
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...HEAD
338
+ [ 1.12.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...v1.12.0
336
339
[ 1.11.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...v1.11.1
337
340
[ 1.11.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.10.3...v1.11.0
338
341
[ 1.10.3 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.10.2...v1.10.3
@@ -386,3 +389,4 @@ for info on changes for earlier releases.
386
389
[ @sindresorhus ] : https://github.com/sindresorhus
387
390
[ @ljharb ] : https://github.com/ljharb
388
391
[ @rhettlivingston ] : https://github.com/rhettlivingston
392
+ [ @zloirock ] : https://github.com/zloirock
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 1.11.1 " ,
3
+ "version" : " 1.12.0 " ,
4
4
"description" : " Import with sanity." ,
5
5
"main" : " lib/index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments