Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Nov 21, 2018
1 parent 95be230 commit fe9b7e7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
### Added
- (none)

[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v3.1.0...HEAD
[unreleased]: https://github.com/wix/eslint-plugin-lodash/compare/v4.0.0...HEAD

## [4.0.0] - 2018-11-21

### Fixed
- Fixed case where `prefer-lodash-method` reports on chained methods. ([`e32432b`][e32432b])
- Fixed case where `prop-shorthand` doesn't report on `_.sortBy`. ([`9288ad4`][9288ad4])

[e32432b]: https://github.com/wix/eslint-plugin-lodash/commit/e32432ba80f4bf09d630891da1a68d06cdb8bcb5
[9288ad4]: https://github.com/wix/eslint-plugin-lodash/commit/9288ad494397e0f6d7df6ea212b5022737599dae
[4.0.0]: https://github.com/wix/eslint-plugin-lodash/compare/v4.0.0...v3.1.0

## [3.1.0] - 2018-09-19

Expand Down

0 comments on commit fe9b7e7

Please sign in to comment.