Skip to content

Commit 4e19197

Browse files
committed
v1.13.0
1 parent bbf9ebf commit 4e19197

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+5-2
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.13.0] - 2016-08-11
79
### Added
810
- `allowComputed` option for [`namespace`] rule. If set to `true`, won't report
911
computed member references to namespaces. (see [#456])
@@ -13,7 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1315

1416
### Fixed
1517
- [`import/extensions` setting] is respected in spite of the appearance of imports
16-
in an imported file. (fixes [#478], thaks [@rhys-vdw])
18+
in an imported file. (fixes [#478], thanks [@rhys-vdw])
1719

1820
## [1.12.0] - 2016-07-26
1921
### Added
@@ -348,7 +350,8 @@ for info on changes for earlier releases.
348350
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
349351
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
350352

351-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...HEAD
353+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.13.0...HEAD
354+
[1.13.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...v1.13.0
352355
[1.12.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.11.1...v1.12.0
353356
[1.11.1]: https://github.com/benmosher/eslint-plugin-import/compare/v1.11.0...v1.11.1
354357
[1.11.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.3...v1.11.0

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

0 commit comments

Comments
 (0)