Skip to content

Commit

Permalink
bump to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Sep 22, 2016
1 parent 2524c09 commit 2946d4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## [Unreleased]


## [1.16.0] - 2016-09-22
### Added
- New rule [`no-dynamic-require`]: restrict deep package imports to specific folders. ([#567])
- New rule [`no-internal-modules`]: restrict deep package imports to specific folders. ([#485], thanks [@spalger]!)
Expand Down Expand Up @@ -399,7 +402,8 @@ for info on changes for earlier releases.
[#119]: https://github.com/benmosher/eslint-plugin-import/issues/119
[#89]: https://github.com/benmosher/eslint-plugin-import/issues/89

[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.15.0...HEAD
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.16.0...HEAD
[1.16.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.13.0...v1.14.0
[1.13.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.12.0...v1.13.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-import",
"version": "1.15.0",
"version": "1.16.0",
"description": "Import with sanity.",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 2946d4b

Please sign in to comment.