diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c0b0a571..4cdfc2d271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## [7.21.0] - 2020.09.22 + ### Added * [`button-has-type`]: support trivial ternary expressions ([#2748][] @Hypnosphi) * [`jsx-handler-names`]: add `checkInlineFunction` option ([#2761][] @dididy) diff --git a/package.json b/package.json index 14b94e1338..c27de4a3c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.20.6", + "version": "7.21.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",