Skip to content

Commit f24d0cb

Browse files
committed
Update CHANGELOG and bump version
1 parent dfe9fce commit f24d0cb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ 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.2] - 2016-03-14
7+
### Fixed
8+
* Rewrite `prefer-stateless-function` rule ([#491][])
9+
* Fix `self-closing-comp` to treat non-breaking spaces as content ([#496][])
10+
* Fix detection for direct props in `prop-types` ([#497][])
11+
* Fix annotated function detection in `prop-types` ([#498][])
12+
* Fix `this` usage in `jsx-no-undef` ([#489][])
13+
14+
### Changed
15+
* Update dependencies
16+
* Add shared setting for React version
17+
18+
[4.2.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v4.2.1...v4.2.2
19+
[#491]: https://github.com/yannickcr/eslint-plugin-react/issues/491
20+
[#496]: https://github.com/yannickcr/eslint-plugin-react/issues/496
21+
[#497]: https://github.com/yannickcr/eslint-plugin-react/issues/497
22+
[#498]: https://github.com/yannickcr/eslint-plugin-react/issues/498
23+
[#489]: https://github.com/yannickcr/eslint-plugin-react/issues/489
24+
625
## [4.2.1] - 2016-03-08
726
### Fixed
827
* Fix `sort-prop-types` crash with spread operator ([#478][])

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

0 commit comments

Comments
 (0)