Skip to content

Commit 76fdffe

Browse files
committed
Update CHANGELOG and bump version
1 parent 0c0387f commit 76fdffe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
## [7.25.3] - 2021.09.19
9+
810
### Fixed
911
* [`prop-types`], `propTypes`: bail out unknown generic types inside func params ([#3076] @vedadeepta)
1012

13+
### Changed
14+
* [readme] Update broken link for configuration files ([#3071] @prateek3255)
15+
16+
[7.25.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.25.2...v7.25.3
1117
[#3076]: https://github.com/yannickcr/eslint-plugin-react/pull/3076
18+
[#3071]: https://github.com/yannickcr/eslint-plugin-react/pull/3071
1219

1320
## [7.25.2] - 2021.09.16
1421

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.2",
3+
"version": "7.25.3",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)