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.0] - 2022.08.24
9
+
8
10
### Added
9
11
* [ ` jsx-newline ` ] : add ` allowMultiline ` option when prevent option is true ([ #3311 ] [ ] @TildaDares )
10
12
* [ ` forbid-dom-props ` ] : add ` disallowedFor ` option ([ #3338 ] [ ] @TildaDares )
@@ -44,6 +46,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
44
46
* [ Docs] Add markdownlint for documentation formatting consistency ([ #3367 ] [ ] @bmish )
45
47
* [ Docs] Add config notice to rule docs ([ #3362 ] [ ] @bmish )
46
48
49
+ [ 7.31.0 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.31.0
47
50
[ #3367 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3367
48
51
[ #3366 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3366
49
52
[ #3365 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3365
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.30.1 " ,
3
+ "version" : " 7.31.0 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
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