File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ 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.11.1] - 2016-07-20
7
9
### Fixed
8
10
- [ ` newline-after-import ` ] exception for ` switch ` branches with ` require ` s iff parsed as ` sourceType:'module' ` .
9
11
(still [ #441 ] , thanks again [ @ljharb ] )
@@ -326,7 +328,8 @@ for info on changes for earlier releases.
326
328
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
327
329
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
328
330
329
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...HEAD
331
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...HEAD
332
+ [ 1.11.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...v1.11.1
330
333
[ 1.11.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.10.3...v1.11.0
331
334
[ 1.10.3 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.10.2...v1.10.3
332
335
[ 1.10.2 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.10.1...v1.10.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 1.11.0 " ,
3
+ "version" : " 1.11.1 " ,
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