Skip to content

Commit e3e61e3

Browse files
committed
Update CHANGELOG and bump version
1 parent bfef3f9 commit e3e61e3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.21.2",
3+
"version": "7.21.3",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)