Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Jun 19, 2017
1 parent cf10ed1 commit 6be1017
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
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/v2.4.2...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v2.4.3...HEAD

## [2.4.3] - 2017-06-19
### Fixed
- Fixed `prefer-over-quantifier` warning on condition functions with more than one argument ([`cf10ed1`][cf10ed1])

[cf10ed1]: https://github.com/wix/eslint-plugin-lodash/commit/cf10ed1c05ea532bee1fdb2dba92e2abfb293b6d
[2.4.3]: https://github.com/wix/eslint-plugin-lodash/compare/v2.4.3...v2.4.2

## [2.4.2] - 2017-05-01
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-lodash",
"version": "2.4.2",
"version": "2.4.3",
"author": "Omer Ganim <ganimomer@gmail.com>",
"description": "Lodash specific linting rules for ESLint",
"main": "lib/index.js",
Expand Down

0 comments on commit 6be1017

Please sign in to comment.