@@ -4,12 +4,15 @@ 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
+
9
+ ## [ 2.12.0] - 2018-05-17
7
10
### Added
8
11
- Ignore type imports for [ ` named ` ] rule ([ #931 ] , thanks [ @mattijsbliek ] )
9
12
- Add documentation for [ ` no-useless-path-segments ` ] rule ([ #1068 ] , thanks [ @manovotny ] )
13
+ - ` packageDir ` option for [ ` no-extraneous-dependencies ` ] can be array-valued ([ #1085 ] , thanks [ @hulkish ] )
10
14
11
-
12
- # [ 2.11.0] - 2018-04-09
15
+ ## [ 2.11.0] - 2018-04-09
13
16
### Added
14
17
- Fixer for [ ` first ` ] ([ #1046 ] , thanks [ @fengkfengk ] )
15
18
- ` allow-require ` option for [ ` no-commonjs ` ] rule ([ #880 ] , thanks [ @futpib ] )
@@ -463,6 +466,7 @@ for info on changes for earlier releases.
463
466
464
467
[ `memo-parser` ] : ./memo-parser/README.md
465
468
469
+ [ #1085 ] : https://github.com/benmosher/eslint-plugin-import/pull/1085
466
470
[ #1068 ] : https://github.com/benmosher/eslint-plugin-import/pull/1068
467
471
[ #1046 ] : https://github.com/benmosher/eslint-plugin-import/pull/1046
468
472
[ #944 ] : https://github.com/benmosher/eslint-plugin-import/pull/944
@@ -606,7 +610,8 @@ for info on changes for earlier releases.
606
610
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
607
611
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
608
612
609
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.11.0...HEAD
613
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.12.0...HEAD
614
+ [ 2.12.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.11.0...v2.12.0
610
615
[ 2.11.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.10.0...v2.11.0
611
616
[ 2.10.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.9.0...v2.10.0
612
617
[ 2.9.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.8.0...v2.9.0
@@ -716,3 +721,4 @@ for info on changes for earlier releases.
716
721
[ @lukeapage ] : https://github.com/lukeapage
717
722
[ @manovotny ] : https://github.com/manovotny
718
723
[ @mattijsbliek ] : https://github.com/mattijsbliek
724
+ [ @hulkish ] : https://github.com/hulkish
0 commit comments