Skip to content

Commit 1c3af25

Browse files
committed
Update CHANGELOG and bump version
1 parent 850d801 commit 1c3af25

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,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.31.7] - 2022.09.05
9+
810
### Fixed
911
* [`no-unknown-property`]: avoid warning on `fbt` nodes entirely ([#3391][] @ljharb)
1012
* [`no-unknown-property`]: add `download` property support for `a` and `area` ([#3394][] @HJain13)
@@ -18,6 +20,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1820
* [`no-unknown-property`]: React lowercases `data-` attrs ([#3395][] @ljharb)
1921
* [`no-unknown-property`]: add `valign` on table components ([#3389][] @ljharb)
2022

23+
[7.31.7]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.6...v7.31.7
2124
[#3407]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3407
2225
[#3406]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3406
2326
[#3405]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3405

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

0 commit comments

Comments
 (0)