File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
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.13.0] - 2016-08-11
7
9
### Added
8
10
- ` allowComputed ` option for [ ` namespace ` ] rule. If set to ` true ` , won't report
9
11
computed member references to namespaces. (see [ #456 ] )
@@ -13,7 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
13
15
14
16
### Fixed
15
17
- [ ` import/extensions ` setting] is respected in spite of the appearance of imports
16
- in an imported file. (fixes [ #478 ] , thaks [ @rhys-vdw ] )
18
+ in an imported file. (fixes [ #478 ] , thanks [ @rhys-vdw ] )
17
19
18
20
## [ 1.12.0] - 2016-07-26
19
21
### Added
@@ -348,7 +350,8 @@ for info on changes for earlier releases.
348
350
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
349
351
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
350
352
351
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...HEAD
353
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.13.0...HEAD
354
+ [ 1.13.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...v1.13.0
352
355
[ 1.12.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...v1.12.0
353
356
[ 1.11.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...v1.11.1
354
357
[ 1.11.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.10.3...v1.11.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 1.12 .0" ,
3
+ "version" : " 1.13 .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