We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8917b0 commit 3d7fd57Copy full SHA for 3d7fd57
CHANGELOG.md
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
6
## Unreleased
7
8
+## [7.23.0] - 2021.03.22
9
+
10
### Added
11
* [`jsx-no-target-blank`]: add fixer ([#2862][] @Nokel81)
12
* [`jsx-pascal-case`]: support minimatch `ignore` option ([#2906][] @bcherny)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-react",
3
- "version": "7.22.0",
+ "version": "7.23.0",
4
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments