Skip to content

Commit 4429edf

Browse files
committed
v1.12.0
1 parent 6e12c9e commit 4429edf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ 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.12.0] - 2016-07-26
79
### Added
8-
- [`import/external-module-folders` setting]: a possibility to configure folders for "external" modules ([#444])
10+
- [`import/external-module-folders` setting]: a possibility to configure folders for "external" modules ([#444], thanks [@zloirock])
911

1012
## [1.11.1] - 2016-07-20
1113
### Fixed
@@ -332,7 +334,8 @@ for info on changes for earlier releases.
332334
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
333335
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
334336

335-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...HEAD
337+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...HEAD
338+
[1.12.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...v1.12.0
336339
[1.11.1]: https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...v1.11.1
337340
[1.11.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.3...v1.11.0
338341
[1.10.3]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.2...v1.10.3
@@ -386,3 +389,4 @@ for info on changes for earlier releases.
386389
[@sindresorhus]: https://github.com/sindresorhus
387390
[@ljharb]: https://github.com/ljharb
388391
[@rhettlivingston]: https://github.com/rhettlivingston
392+
[@zloirock]: https://github.com/zloirock

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

0 commit comments

Comments
 (0)