File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
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
- ## [ Unreleased ]
6
+ ## [ 1.8.0 ] - 2016-05-11
7
7
### Added
8
8
- [ ` prefer-default-export ` ] , new rule. ([ #308 ] , thanks [ @gavriguy ] )
9
9
@@ -252,7 +252,8 @@ for info on changes for earlier releases.
252
252
[ #119 ] : https://github.com/benmosher/eslint-plugin-import/issues/119
253
253
[ #89 ] : https://github.com/benmosher/eslint-plugin-import/issues/89
254
254
255
- [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.7.0...HEAD
255
+ [ Unreleased ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.8.0...HEAD
256
+ [ 1.8.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.7.0...v1.8.0
256
257
[ 1.7.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.6.1...v1.7.0
257
258
[ 1.6.1 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.6.0...v1.6.1
258
259
[ 1.6.0 ] : https://github.com/benmosher/eslint-plugin-import/compare/v1.5.0...1.6.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-import" ,
3
- "version" : " 1.7 .0" ,
3
+ "version" : " 1.8 .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