There was an error while loading. Please reload this page.
1 parent 67699eb commit 8edb880Copy full SHA for 8edb880
CHANGELOG.md
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
6
## Unreleased
7
8
+## [7.21.1] - 2020.09.23
9
+
10
### Fixed
11
* [`jsx-handler-names`]: avoid a crash when an inline prop is not a MemberExpression ([#2803][] @willheslam)
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-react",
3
- "version": "7.21.0",
+ "version": "7.21.1",
4
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments