Skip to content

Commit 7990596

Browse files
committed
bump to v1.11.1
1 parent 5664b72 commit 7990596

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

66
## [Unreleased]
7+
8+
## [1.11.1] - 2016-07-20
79
### Fixed
810
- [`newline-after-import`] exception for `switch` branches with `require`s iff parsed as `sourceType:'module'`.
911
(still [#441], thanks again [@ljharb])
@@ -326,7 +328,8 @@ for info on changes for earlier releases.
326328
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
327329
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
328330

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
330333
[1.11.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.3...v1.11.0
331334
[1.10.3]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.2...v1.10.3
332335
[1.10.2]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.1...v1.10.2

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.11.0",
3+
"version": "1.11.1",
44
"description": "Import with sanity.",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)