Skip to content

Commit 0c412ef

Browse files
committed
Update CHANGELOG and bump version
1 parent 3c46ddf commit 0c412ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## [7.21.0] - 2020.09.22
9+
810
### Added
911
* [`button-has-type`]: support trivial ternary expressions ([#2748][] @Hypnosphi)
1012
* [`jsx-handler-names`]: add `checkInlineFunction` option ([#2761][] @dididy)

package.json

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

0 commit comments

Comments
 (0)