Skip to content

Commit

Permalink
bump to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Jul 2, 2016
1 parent f1c420e commit 7142571
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## [Unreleased]


## [1.10.1] - 2016-07-02
### Added
- Officially support ESLint 3.x. (peerDependencies updeted to `2.x - 3.x`)

## [1.10.0] - 2016-06-30
### Added
- Added new rule [`no-restricted-paths`]. ([#155]/[#371], thanks [@lo1tuma])
Expand Down Expand Up @@ -297,7 +302,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.10.0...HEAD
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.1...HEAD
[1.10.1]: https://github.com/benmosher/eslint-plugin-import/compare/v1.10.0...v1.10.1
[1.10.0]: https://github.com/benmosher/eslint-plugin-import/compare/v1.9.2...v1.10.0
[1.9.2]: https://github.com/benmosher/eslint-plugin-import/compare/v1.9.1...v1.9.2
[1.9.1]: https://github.com/benmosher/eslint-plugin-import/compare/v1.9.0...v1.9.1
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.10.0",
"version": "1.10.1",
"description": "Import with sanity.",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 7142571

Please sign in to comment.