From 9487a1789e5153f6a2a6cd46958f2e7e92ae7457 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 29 Aug 2021 22:02:04 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b22ecdca..199c8f52d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## [7.25.1] - 2021.08.29 + ### Fixed * [`no-this-in-sfc`], component detection: Improve stateless component detection ([#3056][] @Wesitos) +[7.25.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.0...v7.25.1 [#3056]: https://github.com/yannickcr/eslint-plugin-react/pull/3056 ## [7.25.0] - 2021.08.27 diff --git a/package.json b/package.json index 3f9d0e35bf..7553a6d168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.25.0", + "version": "7.25.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",