Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 30, 2021
1 parent 179550b commit 9487a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "7.25.0",
"version": "7.25.1",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit 9487a17

Please sign in to comment.