From a069c36a9814abfac4ee13adbca6f88f2933935a Mon Sep 17 00:00:00 2001 From: webdev93 Date: Thu, 24 Sep 2020 13:25:06 -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 cba20746..41769e1b 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.2] - 2020.09.24 + ### Fixed * [`prop-types`]: handle RestElement in destructured param ([#2805][] @hank121314) diff --git a/package.json b/package.json index 4e4238cc..1f33a9f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.21.1", + "version": "7.21.2", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",