File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ 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+ ## [ 3.10.0] - 2015-11-21
7+ ### Added
8+ * Add ` jsx-pascal-case ` rule ([ #306 ] [ ] @jakemmarsh )
9+
10+ ### Fixed
11+ * Fix crash on incomplete class property declaration ([ #317 ] [ ] @dapetcu21 )
12+ * Fix crash with ESLint 1.10.0 ([ #323 ] [ ] @lukekarrys )
13+
14+ [ 3.10.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.9.0...v3.10.0
15+ [ #306 ] : https://github.com/yannickcr/eslint-plugin-react/pull/306
16+ [ #317 ] : https://github.com/yannickcr/eslint-plugin-react/issues/317
17+ [ #323 ] : https://github.com/yannickcr/eslint-plugin-react/issues/323
18+
619## [ 3.9.0] - 2015-11-17
720### Added
821* Add ` jsx-key ` rule ([ #293 ] [ ] @benmosher )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 3.9 .0" ,
3+ "version" : " 3.10 .0" ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments