File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+
617## [ 7.15.0] - 2019-09-30
718
819### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.15.0 " ,
3+ "version" : " 7.15.1 " ,
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