From 0c412ef52672513cfc6fcfcf858c12ff62ed04f5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 22 Sep 2020 22:48:09 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",