From 76fdffe137760ff2c39a628df6ebe9c0d687a67a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 19 Sep 2021 12:40:22 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 963d7a0663..a564e9b411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## [7.25.3] - 2021.09.19 + ### Fixed * [`prop-types`], `propTypes`: bail out unknown generic types inside func params ([#3076] @vedadeepta) +### Changed +* [readme] Update broken link for configuration files ([#3071] @prateek3255) + +[7.25.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.2...v7.25.3 [#3076]: https://github.com/yannickcr/eslint-plugin-react/pull/3076 +[#3071]: https://github.com/yannickcr/eslint-plugin-react/pull/3071 ## [7.25.2] - 2021.09.16 diff --git a/package.json b/package.json index 15b45d02b1..8ac862513a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.25.2", + "version": "7.25.3", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",