Skip to content

Commit

Permalink
2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Feb 8, 2017
1 parent c569b8c commit a669ecf
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/v2.3.4...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.5...HEAD

## [2.3.5] - 2017-02-08
### Fixed
- Fixed `import-scope` to stop warning against `lodash/fp` ([`c569b8c`][c569b8c])

[c569b8c]: https://github.com/wix/eslint-plugin-lodash/commit/c569b8c8ed50031a7e4b78b06708bd70f008d7fe
[2.3.5]: https://github.com/wix/eslint-plugin-lodash/compare/v2.3.5...v2.3.4

## [2.3.4] - 2017-01-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": "2.3.4",
"version": "2.3.5",
"author": "Omer Ganim <ganimomer@gmail.com>",
"description": "Lodash specific linting rules for ESLint",
"main": "lib/index.js",
Expand Down

0 comments on commit a669ecf

Please sign in to comment.