Skip to content

Commit

Permalink
bump to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Apr 9, 2018
1 parent f0b4f3e commit 0ff8f23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## [Unreleased]


# [2.10.1] - 2018-04-09
### Added
- Fixer for [`first`] ([#1046], thanks [@fengkfengk])

## [2.10.0] - 2018-03-29
Expand Down Expand Up @@ -590,7 +594,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/v2.10.0...HEAD
[Unreleased]: https://github.com/benmosher/eslint-plugin-import/compare/v2.10.1...HEAD
[2.10.1]: https://github.com/benmosher/eslint-plugin-import/compare/v2.10.0...v2.10.1
[2.10.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.9.0...v2.10.0
[2.9.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/benmosher/eslint-plugin-import/compare/v2.7.0...v2.8.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": "2.10.0",
"version": "2.10.1",
"description": "Import with sanity.",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 0ff8f23

Please sign in to comment.