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.
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
+ ## [ 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
+
6
19
## [ 3.9.0] - 2015-11-17
7
20
### Added
8
21
* Add ` jsx-key ` rule ([ #293 ] [ ] @benmosher )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.9 .0" ,
3
+ "version" : " 3.10 .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