File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
+ ## [ 7.15.1] - 2019-10-01
7
+
8
+ ### Fixed
9
+ * ` jsx-curly-brace-presence ` : bail out checks when JSXElements are passed as props ([ #2426 ] [ ] @vedadeepta )
10
+
11
+ ### Changed
12
+ * [ Docs] ` prefer-es6-class ` : Fix typos ([ #2425 ] [ ] @spencerbyw )
13
+
14
+ [ #2426 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2426
15
+ [ #2425 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2425
16
+
6
17
## [ 7.15.0] - 2019-09-30
7
18
8
19
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.15.0 " ,
3
+ "version" : " 7.15.1 " ,
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