Skip to content

Commit 18b2b59

Browse files
committed
Update CHANGELOG and bump version
1 parent 900d6a2 commit 18b2b59

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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.6] - 2022.09.04
9+
810
### Fixed
911
* [`no-unknown-property`]: `onError` and `onLoad` both work on `img` and `script` ([#3388][] @ljharb)
1012
* [`no-unknown-property`]: data-* attributes can have numbers ([#3390][] @sjarva)
@@ -18,6 +20,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1820

1921
* [Docs] [`no-unknown-property`]: add a mention about using ignores properties with libraries that add props ([#3390][] @sjarva)
2022

23+
[7.31.6]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.5...v7.31.6
2124
[#3390]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3390
2225
[#3388]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3388
2326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.31.5",
3+
"version": "7.31.6",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)