Skip to content

Commit 2226204

Browse files
committed
Update CHANGELOG and bump version
1 parent 17f105c commit 2226204

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
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+
## [4.2.1] - 2016-03-08
7+
### Fixed
8+
* Fix `sort-prop-types` crash with spread operator ([#478][])
9+
* Fix stateless components detection when conditionally returning JSX ([#486][])
10+
* Fix case where props were not assigned to the right component ([#485][])
11+
* Fix missing `getChildContext` lifecycle method in `prefer-stateless-function` ([#492][])
12+
13+
[4.2.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v4.2.0...v4.2.1
14+
[#478]: https://github.com/yannickcr/eslint-plugin-react/issues/478
15+
[#486]: https://github.com/yannickcr/eslint-plugin-react/issues/486
16+
[#485]: https://github.com/yannickcr/eslint-plugin-react/issues/485
17+
[#492]: https://github.com/yannickcr/eslint-plugin-react/issues/492
18+
619
## [4.2.0] - 2016-03-05
720
### Added
821
* Add support for Flow annotations on stateless components ([#467][])

package.json

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

0 commit comments

Comments
 (0)