Skip to content

Commit 9487a17

Browse files
committed
Update CHANGELOG and bump version
1 parent 179550b commit 9487a17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## [7.25.1] - 2021.08.29
9+
810
### Fixed
911
* [`no-this-in-sfc`], component detection: Improve stateless component detection ([#3056][] @Wesitos)
1012

13+
[7.25.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.0...v7.25.1
1114
[#3056]: https://github.com/yannickcr/eslint-plugin-react/pull/3056
1215

1316
## [7.25.0] - 2021.08.27

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.25.0",
3+
"version": "7.25.1",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)