Skip to content

Commit 0d999ef

Browse files
committed
Update CHANGELOG and bump version
1 parent cbe99e0 commit 0d999ef

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.23.2] - 2021.04.08
9+
810
### Fixed
911
* [`jsx-max-depth`]: Prevent getting stuck in circular references ([#2957][] @AriPerkkio)
1012
* [`jsx-no-target-blank`]: fix handling of `warnOnSpreadAttributes` being false ([#2953][] @Nokel81)
@@ -14,6 +16,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1416
### Changed
1517
* Fix CHANGELOG.md ([#2950][] @JounQin)
1618

19+
[7.23.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2
1720
[#2961]: https://github.com/yannickcr/eslint-plugin-react/pull/2961
1821
[#2953]: https://github.com/yannickcr/eslint-plugin-react/pull/2953
1922
[#2957]: https://github.com/yannickcr/eslint-plugin-react/pull/2957

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