File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 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
55
66## Unreleased
77
8+ ## [ 7.31.11] - 2022.11.17
9+
810### Fixed
911* [ ` jsx-no-target-blank ` ] : allow ternaries with literals ([ #3464 ] [ ] @akulsr0 )
1012* [ ` no-unknown-property ` ] : add ` inert ` attribute ([ #3484 ] [ ] @ljharb )
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1517* [ Docs] ` forbid-component-props ` : inclusive language w/ allowlist ([ #3473 ] [ ] @AndersDJohnson )
1618* [ Docs] automate doc generation with ` eslint-doc-generator ` ([ #3469 ] [ ] @bmish )
1719
20+ [ 7.31.11 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.10...v7.31.11
1821[ #3490 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3490
1922[ #3484 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3484
2023[ #3473 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3473
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.31.10 " ,
3+ "version" : " 7.31.11 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments