@@ -5,10 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55
66## Unreleased
77
8+ ## [ 7.21.3] - 2020.10.02
9+
810## Fixed
911* [ ` prop-types ` ] : fix Cannot read property 'type' of undefined error when destructured param ([ #2807 ] [ ] @minwe )
1012* [ ` no-typos ` ] : avoid crash on spread syntax in createReactClass object ([ #2816 ] [ ] @ljharb @Songyu-Wang )
1113
14+ [ 7.21.3 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.2...v7.21.3
1215[ #2816 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2816
1316[ #2807 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2807
1417
@@ -17,13 +20,15 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1720### Fixed
1821* [ ` prop-types ` ] : handle RestElement in destructured param ([ #2805 ] [ ] @hank121314 )
1922
23+ [ 7.21.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.1...v7.21.2
2024[ #2805 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2805
2125
2226## [ 7.21.1] - 2020.09.23
2327
2428### Fixed
2529* [ ` jsx-handler-names ` ] : avoid a crash when an inline prop is not a MemberExpression ([ #2803 ] [ ] @willheslam )
2630
31+ [ 7.21.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.0...v7.21.1
2732[ #2803 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2803
2833
2934## [ 7.21.0] - 2020.09.22
@@ -56,6 +61,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5661* [ Tests] [ ` jsx-one-expression-per-line ` ] : add passing tests ([ #2799 ] [ ] @TaLeaMonet )
5762* [ Tests] [ ` prop-types ` ] : add test ([ #2757 ] [ ] @jzabala )
5863
64+ [ 7.21.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.6...v7.21.0
5965[ #2802 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2802
6066[ #2801 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2801
6167[ #2799 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2799
0 commit comments