Skip to content

Commit 1371c76

Browse files
committed
Update CHANGELOG and bump version
1 parent 2d11982 commit 1371c76

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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.15.0] - 2016-01-12
7+
### Added
8+
* Add support for flow annotations to `prop-types` ([#382][] @phpnode)
9+
10+
### Fixed
11+
* Fix `prop-types` crash when initializing class variable with an empty object ([#383][])
12+
* Fix `prop-types` crash when propTypes are using the spread operator ([#389][])
13+
14+
### Changed
15+
* Improve `sort-comp` error messages ([#372][] @SystemParadox)
16+
* Update dependencies
17+
18+
[3.15.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.14.0...v3.15.0
19+
[#382]: https://github.com/yannickcr/eslint-plugin-react/pull/382
20+
[#383]: https://github.com/yannickcr/eslint-plugin-react/issues/383
21+
[#389]: https://github.com/yannickcr/eslint-plugin-react/issues/389
22+
[#372]: https://github.com/yannickcr/eslint-plugin-react/pull/372
23+
624
## [3.14.0] - 2016-01-05
725
### Added
826
* Add `jsx-indent` rule ([#342][])

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "3.14.0",
3+
"version": "3.15.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)