Skip to content

Commit 7995581

Browse files
committed
bump v1.14.0
1 parent c806630 commit 7995581

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ 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+
9+
## [1.14.0] - 2016-08-22
710
### Added
8-
- [`import/parsers` setting]: parse some dependencies (i.e. TypeScript!) with a different parser than the ESLint-configured parser.
11+
- [`import/parsers` setting]: parse some dependencies (i.e. TypeScript!) with a different parser than the ESLint-configured parser. ([#503])
912

1013
### Fixed
11-
- [`namespace`] exception for get property from `namespace` import, which are re-export from commonjs module ([#416])
14+
- [`namespace`] exception for get property from `namespace` import, which are re-export from commonjs module ([#499] fixes [#416], thanks [@wKich])
1215

1316
## [1.13.0] - 2016-08-11
1417
### Added
@@ -287,6 +290,8 @@ for info on changes for earlier releases.
287290
[`prefer-default-export`]: ./docs/rules/prefer-default-export.md
288291
[`no-restricted-paths`]: ./docs/rules/no-restricted-paths.md
289292

293+
[#503]: https://github.com/benmosher/eslint-plugin-import/pull/503
294+
[#499]: https://github.com/benmosher/eslint-plugin-import/pull/499
290295
[#461]: https://github.com/benmosher/eslint-plugin-import/pull/461
291296
[#444]: https://github.com/benmosher/eslint-plugin-import/pull/444
292297
[#428]: https://github.com/benmosher/eslint-plugin-import/pull/428
@@ -328,6 +333,7 @@ for info on changes for earlier releases.
328333
[#453]: https://github.com/benmosher/eslint-plugin-import/issues/453
329334
[#441]: https://github.com/benmosher/eslint-plugin-import/issues/441
330335
[#423]: https://github.com/benmosher/eslint-plugin-import/issues/423
336+
[#416]: https://github.com/benmosher/eslint-plugin-import/issues/416
331337
[#415]: https://github.com/benmosher/eslint-plugin-import/issues/415
332338
[#386]: https://github.com/benmosher/eslint-plugin-import/issues/386
333339
[#373]: https://github.com/benmosher/eslint-plugin-import/issues/373
@@ -356,7 +362,8 @@ for info on changes for earlier releases.
356362
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
357363
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
358364

359-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.13.0...HEAD
365+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.14.0...HEAD
366+
[1.14.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.13.0...v1.14.0
360367
[1.13.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...v1.13.0
361368
[1.12.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...v1.12.0
362369
[1.11.1]: https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...v1.11.1
@@ -414,3 +421,4 @@ for info on changes for earlier releases.
414421
[@rhettlivingston]: https://github.com/rhettlivingston
415422
[@zloirock]: https://github.com/zloirock
416423
[@rhys-vdw]: https://github.com/rhys-vdw
424+
[@wKich]: https://github.com/wKich

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

0 commit comments

Comments
 (0)