Skip to content

Commit 3d7fd57

Browse files
committed
Update CHANGELOG and bump version
1 parent c8917b0 commit 3d7fd57

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
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.0] - 2021.03.22
9+
810
### Added
911
* [`jsx-no-target-blank`]: add fixer ([#2862][] @Nokel81)
1012
* [`jsx-pascal-case`]: support minimatch `ignore` option ([#2906][] @bcherny)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.22.0",
3+
"version": "7.23.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)