Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Apr 3, 2016
1 parent ef9058f commit 4e8101e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
### Added
- (none)

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.5.2...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v1.5.3...HEAD

## [1.5.3] - 2016-04-03
### Fixed
- Added missed cases in `prefer-includes`. ([`ef9058f`][ef9058f])

[ef9058f]: https://github.com/wix/eslint-plugin-lodash/commit/ef9058fbb32cfdfb9b1eb7b7350dcf5f2635e3e8
[1.5.3]: https://github.com/wix/eslint-plugin-lodash/compare/v1.5.3...v1.5.2

## [1.5.2] - 2016-03-29
### Fixed
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-lodash",
"version": "1.5.2",
"version": "1.5.3",
"author": "Omer Ganim <ganimomer@gmail.com>",
"description": "Lodash specific linting rules for ESLint",
"main": "lib/index.js",
Expand Down

0 comments on commit 4e8101e

Please sign in to comment.