Skip to content

Commit b437680

Browse files
committed
Update CHANGELOG and bump version
1 parent 1b5d007 commit b437680

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This 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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)