Skip to content

Commit f4854ea

Browse files
committed
Update CHANGELOG and bump version
1 parent 9c1aee5 commit f4854ea

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,13 +5,16 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## [7.25.2] - 2021.09.16
9+
810
### Fixed
911
* [`jsx-no-useless-fragments`]: Handle insignificant whitespace correctly when `allowExpressions` is `true` ([#3061][] @benj-dobs)
1012
* [`prop-types`], `propTypes`: handle implicit `children` prop in react's generic types ([#3064][] @vedadeepta)
1113
* [`display-name`]: fix arrow function returning result of function call with JSX arguments being interpreted as component ([#3065][] @danielfinke)
1214
* [`jsx-no-target-blank`]: avoid crash on attr-only href ([#3066][] @ljharb @gaz77a)
1315
* [`jsx-uses-vars`]: ignore lowercase tag names ([#3070][] @alanorozco)
1416

17+
[7.25.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.1...v7.25.2
1518
[#3070]: https://github.com/yannickcr/eslint-plugin-react/pull/3070
1619
[#3066]: https://github.com/yannickcr/eslint-plugin-react/issue/3066
1720
[#3065]: https://github.com/yannickcr/eslint-plugin-react/pull/3065

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.1",
3+
"version": "7.25.2",
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)