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 22cedd8 commit b4d14ceCopy full SHA for b4d14ce
CHANGELOG.md
@@ -5,9 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
6
## Unreleased
7
8
+## [7.31.3] - 2022.09.03
9
+
10
### Fixed
11
* [`no-unknown-property`]: add SVG and meta properties ([#3381][] @AhmadMayo)
12
13
+[7.31.3]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.2...v7.31.3
14
[#3381]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3381
15
16
## [7.31.2] - 2022.09.02
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-react",
3
- "version": "7.31.2",
+ "version": "7.31.3",
4
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments