Skip to content

Commit e049817

Browse files
committed
v1.8.0
1 parent 90fefa3 commit e049817

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6-
## [Unreleased]
6+
## [1.8.0] - 2016-05-11
77
### Added
88
- [`prefer-default-export`], new rule. ([#308], thanks [@gavriguy])
99

@@ -252,7 +252,8 @@ for info on changes for earlier releases.
252252
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
253253
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
254254

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
256257
[1.7.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.6.1...v1.7.0
257258
[1.6.1]: https://github.com/benmosher/eslint-plugin-import/compare/v1.6.0...v1.6.1
258259
[1.6.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.5.0...1.6.0

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-import",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Import with sanity.",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)