Skip to content

Commit 8df4123

Browse files
committed
Update CHANGELOG and bump version
1 parent 6d375e0 commit 8df4123

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ 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.0] - 2016-03-05
7+
### Added
8+
* Add support for Flow annotations on stateless components ([#467][])
9+
* Add `prefer-stateless-function` rule ([#214][])
10+
* Add auto fix for `jsx-indent-props` ([#483][] @shioju)
11+
12+
### Fixed
13+
* Fix `jsx-no-undef` crash on objects ([#469][])
14+
* Fix propTypes detection when declared before the component ([#472][])
15+
16+
### Changed
17+
* Update dependencies
18+
* Documentation improvements ([#464][] @alex-tan, [#466][] @awong-dev, [#470][] @Gpx; [#462][] @thaggie)
19+
20+
[4.2.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v4.1.0...v4.2.0
21+
[#467]: https://github.com/yannickcr/eslint-plugin-react/issues/467
22+
[#214]: https://github.com/yannickcr/eslint-plugin-react/issues/214
23+
[#483]: https://github.com/yannickcr/eslint-plugin-react/pull/483
24+
[#469]: https://github.com/yannickcr/eslint-plugin-react/issues/469
25+
[#472]: https://github.com/yannickcr/eslint-plugin-react/issues/472
26+
[#464]: https://github.com/yannickcr/eslint-plugin-react/pull/464
27+
[#466]: https://github.com/yannickcr/eslint-plugin-react/pull/466
28+
[#470]: https://github.com/yannickcr/eslint-plugin-react/pull/470
29+
[#462]: https://github.com/yannickcr/eslint-plugin-react/pull/462
30+
631
## [4.1.0] - 2016-02-23
732
### Added
833
* Add component detection for class expressions

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.1.0",
3+
"version": "4.2.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)