Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
idok committed Mar 10, 2021
1 parent a42efc6 commit 5f59bc0
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v7.1.0](https://github.com/wix/eslint-plugin-lodash/compare/v7.1.0...v7.1.0)
#### [v7.2.0](https://github.com/wix/eslint-plugin-lodash/compare/v7.1.0...v7.2.0)

> 12 April 2020
- Bump eslint-config-wix-editor from 8.1.0 to 8.4.0 [`#293`](https://github.com/wix/eslint-plugin-lodash/pull/293)
- fix `unwrap` rule [`#239`](https://github.com/wix/eslint-plugin-lodash/pull/239)
- Make Lodash a full dependency [`#255`](https://github.com/wix/eslint-plugin-lodash/pull/255)
- Bump eslint from 6.8.0 to 7.7.0 [`#262`](https://github.com/wix/eslint-plugin-lodash/pull/262)
- Improve test coverage for matches-shorthand & matches-prop-shorthand. Fix incorrect iteratee & shorthand method data uncovered thereby. [`#220`](https://github.com/wix/eslint-plugin-lodash/pull/220)
- bump all [`7a231a3`](https://github.com/wix/eslint-plugin-lodash/commit/7a231a3094058ab89dab4a2e0d072394959cbc46)
- bump all [`a42efc6`](https://github.com/wix/eslint-plugin-lodash/commit/a42efc6d3337f553402237421e2851b2ac6f143f)
- bump all [`d6623c3`](https://github.com/wix/eslint-plugin-lodash/commit/d6623c32d2a5b993fb3c54607f8f884256557e67)

#### [v7.1.0](https://github.com/wix/eslint-plugin-lodash/compare/v7.0.0...v7.1.0)

Expand Down Expand Up @@ -297,13 +304,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.1.6](https://github.com/wix/eslint-plugin-lodash/compare/v2.1.5...v2.1.6)

> 21 October 2016
> 22 October 2016
- fix callback-binding not to warn on find methods (fixes #86) [`#86`](https://github.com/wix/eslint-plugin-lodash/issues/86)

#### [v2.1.5](https://github.com/wix/eslint-plugin-lodash/compare/v2.1.4...v2.1.5)

> 21 October 2016
> 22 October 2016
- ignore Object.prototype methods when checking for Lodash imports (fixes #115) [`#115`](https://github.com/wix/eslint-plugin-lodash/issues/115)
- upgrade eslint-traverser to correct 1.5.2 version (fixes #114) [`#114`](https://github.com/wix/eslint-plugin-lodash/issues/114)
Expand All @@ -327,7 +334,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.1.2](https://github.com/wix/eslint-plugin-lodash/compare/v2.1.1...v2.1.2)

> 14 October 2016
> 15 October 2016
- make hasOnlyOneStatement return falsy for nodes that aren't functions (fixes #108) [`#108`](https://github.com/wix/eslint-plugin-lodash/issues/108)

Expand Down

0 comments on commit 5f59bc0

Please sign in to comment.