Skip to content

Commit 0efb7ad

Browse files
committed
Update CHANGELOG and bump version
1 parent 3f02651 commit 0efb7ad

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@ 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.3.0] - 2016-04-07
7+
### Added
8+
* Add `require-render-return` rule ([#482][] @shmuga)
9+
* Add auto fix for `jsx-equals-spacing` ([#506][] @peet)
10+
* Add auto fix for `jsx-closing-bracket-location` ([#511][] @KevinGrandon)
11+
12+
### Fixed
13+
* Fix `prefer-stateless-function` for conditional JSX ([#516][])
14+
* Fix `jsx-pascal-case` to support single letter component names ([#505][] @dthielman)
15+
16+
### Changed
17+
* Update dependencies
18+
* Documentation improvements ([#509][] @coryhouse, [#526][] @ahoym)
19+
20+
[4.3.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v4.2.3...v4.3.0
21+
[#482]: https://github.com/yannickcr/eslint-plugin-react/issues/482
22+
[#506]: https://github.com/yannickcr/eslint-plugin-react/pull/506
23+
[#511]: https://github.com/yannickcr/eslint-plugin-react/pull/511
24+
[#516]: https://github.com/yannickcr/eslint-plugin-react/issues/516
25+
[#505]: https://github.com/yannickcr/eslint-plugin-react/issues/505
26+
[#509]: https://github.com/yannickcr/eslint-plugin-react/pull/509
27+
[#526]: https://github.com/yannickcr/eslint-plugin-react/pull/526
28+
629
## [4.2.3] - 2016-03-15
730
### Fixed
831
* Fix class properties retrieval in `prefer-stateless-function` ([#499][])

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

0 commit comments

Comments
 (0)