Skip to content

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Dec 5, 2018
1 parent bae2b12 commit 85084a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,11 +8,18 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
### Added
- (none)

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v5.0.1...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v5.1.0...HEAD

## [5.1.0] - 2018-12-05
### Changed
- Changed `collection-ordering` not to enforce arrays on iteratees by default. ([`bae2b12`][bae2b12])

[bae2b12]: https://github.com/wix/eslint-plugin-lodash/commit/bae2b1203a3dca33fdd0a2e6bda85663e1f8e89f
[5.1.0]: https://github.com/wix/eslint-plugin-lodash/compare/v5.1.0...v5.0.1

## [5.0.1] - 2018-12-05
### Fixed
- Fixed `prop-shorthand` crashing when using method introduced with `_.mixin` ([`ca1faf4`][ca1faf4])
- Fixed `prop-shorthand` crashing when using method introduced with `_.mixin`. ([`ca1faf4`][ca1faf4])

[ca1faf4]: https://github.com/wix/eslint-plugin-lodash/commit/ca1faf4896d62314c5d75bbc6fb4e05308eca505
[5.0.1]: https://github.com/wix/eslint-plugin-lodash/compare/v5.0.1...v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-lodash",
"version": "5.0.1",
"version": "5.1.0",
"author": "Omer Ganim <ganimomer@gmail.com>",
"description": "Lodash specific linting rules for ESLint",
"main": "src/index.js",
Expand Down

0 comments on commit 85084a9

Please sign in to comment.