Skip to content

Commit 9bac44e

Browse files
committed
bump to v2.16.0
1 parent d305f6a commit 9bac44e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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+
## [2.16.0] - 2019-01-29
710
### Added
811
- `typescript` config ([#1257], thanks [@kirill-konshin])
912

@@ -671,7 +674,8 @@ for info on changes for earlier releases.
671674
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
672675
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89
673676

674-
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.15.0...HEAD
677+
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.16.0...HEAD
678+
[2.16.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.15.0...v2.16.0
675679
[2.15.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.14.0...v2.15.0
676680
[2.14.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.13.0...v2.14.0
677681
[2.13.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.12.0...v2.13.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": "2.15.0",
3+
"version": "2.16.0",
44
"description": "Import with sanity.",
55
"engines": {
66
"node": ">=4"

0 commit comments

Comments
 (0)