File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.31.6] - 2022.09.04
9
+
8
10
### Fixed
9
11
* [ ` no-unknown-property ` ] : ` onError ` and ` onLoad ` both work on ` img ` and ` script ` ([ #3388 ] [ ] @ljharb )
10
12
* [ ` 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
18
20
19
21
* [ Docs] [ ` no-unknown-property ` ] : add a mention about using ignores properties with libraries that add props ([ #3390 ] [ ] @sjarva )
20
22
23
+ [ 7.31.6 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.5...v7.31.6
21
24
[ #3390 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3390
22
25
[ #3388 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3388
23
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.31.5 " ,
3
+ "version" : " 7.31.6 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments