Skip to content

Commit c392099

Browse files
committed
Update CHANGELOG and bump version
1 parent 4d1b285 commit c392099

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

CHANGELOG.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@ 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.0.0-rc.1] - 2016-02-15
7-
### Fixed
8-
* Fix `jsx-handler-names` regex ([#425][])
9-
* Fix destructured props detection in `prop-types` ([#443][])
10-
11-
[4.0.0-rc.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v4.0.0-rc.0...v4.0.0-rc.1
12-
[#425]: https://github.com/yannickcr/eslint-plugin-react/issues/425
13-
[#443]: https://github.com/yannickcr/eslint-plugin-react/issues/443
14-
15-
## [4.0.0-rc.0] - 2016-02-14
6+
## [4.0.0] - 2016-02-19
167
### Added
178
* Add `jsx-space-before-closing` rule ([#244][] @ryym)
189
* Add support for destructing in function signatures to `prop-types` ([#354][] @lencioni)
@@ -26,19 +17,23 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2617

2718
### Fixed
2819
* Only ignore lowercase JSXIdentifier in `jsx-no-undef` ([#435][])
20+
* Fix `jsx-handler-names` regex ([#425][])
21+
* Fix destructured props detection in `prop-types` ([#443][])
2922

3023
### Changed
3124
* Update dependencies ([#426][] @quentin-)
3225
* Documentation improvements ([#414][] @vkrol, [#370][] @tmcw, [#441][] [#429][] @lencioni, [#432][] @Niler851, [#438][] @jmann6)
3326

34-
[4.0.0-rc.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.16.1...v4.0.0-rc.0
27+
[4.0.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.16.1...v4.0.0
3528
[#244]: https://github.com/yannickcr/eslint-plugin-react/issues/244
3629
[#354]: https://github.com/yannickcr/eslint-plugin-react/issues/354
3730
[#128]: https://github.com/yannickcr/eslint-plugin-react/issues/128
3831
[#192]: https://github.com/yannickcr/eslint-plugin-react/issues/192
3932
[#87]: https://github.com/yannickcr/eslint-plugin-react/issues/87
4033
[#440]: https://github.com/yannickcr/eslint-plugin-react/pull/440
4134
[#435]: https://github.com/yannickcr/eslint-plugin-react/issues/435
35+
[#425]: https://github.com/yannickcr/eslint-plugin-react/issues/425
36+
[#443]: https://github.com/yannickcr/eslint-plugin-react/issues/443
4237
[#426]: https://github.com/yannickcr/eslint-plugin-react/pull/426
4338
[#414]: https://github.com/yannickcr/eslint-plugin-react/pull/414
4439
[#370]: https://github.com/yannickcr/eslint-plugin-react/pull/370

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

0 commit comments

Comments
 (0)