Skip to content

Commit b4d14ce

Browse files
committed
Update CHANGELOG and bump version
1 parent 22cedd8 commit b4d14ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.31.3] - 2022.09.03
9+
810
### Fixed
911
* [`no-unknown-property`]: add SVG and meta properties ([#3381][] @AhmadMayo)
1012

13+
[7.31.3]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.2...v7.31.3
1114
[#3381]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3381
1215

1316
## [7.31.2] - 2022.09.02

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

0 commit comments

Comments
 (0)