File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ 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.16.0] - 2019-01-29
7
10
### Added
8
11
- ` typescript ` config ([ #1257 ] , thanks [ @kirill-konshin ] )
9
12
@@ -671,7 +674,8 @@ for info on changes for earlier releases.
671
674
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
672
675
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
673
676
674
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.15.0...HEAD
677
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.16.0...HEAD
678
+ [ 2.16.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.15.0...v2.16.0
675
679
[ 2.15.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.14.0...v2.15.0
676
680
[ 2.14.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.13.0...v2.14.0
677
681
[ 2.13.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v2.12.0...v2.13.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 2.15 .0" ,
3
+ "version" : " 2.16 .0" ,
4
4
"description" : " Import with sanity." ,
5
5
"engines" : {
6
6
"node" : " >=4"
You can’t perform that action at this time.
0 commit comments