Skip to content

Commit 49db7fa

Browse files
committed
Update CHANGELOG and bump version
1 parent 6f78b75 commit 49db7fa

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

66
## Unreleased
77

8+
## [7.25.0] - 2021.08.27
9+
810
### Added
911
* [`jsx-no-useless-fragments`]: add option to allow single expressions in fragments ([#3006][] @mattdarveniza)
1012
* add [`prefer-exact-props`] rule ([#1547][] @jomasti)
@@ -33,6 +35,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3335
* [Tests] add weekly scheduled smoke tests ([#2963][] @AriPerkkio)
3436
* [Docs] improve instructions for `jsx-runtime` config ([#3052][] @ljharb)
3537

38+
[7.25.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0
3639
[bb64df65]: https://github.com/yannickcr/eslint-plugin-react/commit/bb64df6505b3e9a01da5b61626ab9f544caea438
3740
[#3052]: https://github.com/yannickcr/eslint-plugin-react/issues/3052
3841
[#3051]: https://github.com/yannickcr/eslint-plugin-react/pull/3051

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

0 commit comments

Comments
 (0)