Skip to content

Commit 5b1b562

Browse files
committed
Update CHANGELOG and bump version
1 parent 581d1fe commit 5b1b562

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ 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-
## [Unreleased]
6+
## [3.3.2] - 2015-09-10
77
### Changed
8-
* Add `state` in lifecycle methods for `sort-comp` rule ([#197][])
9-
* Treat component with render which returns `createElement` as valid ([#206][])
8+
* Add `state` in lifecycle methods for `sort-comp` rule ([#197][] @mathieudutour)
9+
* Treat component with render which returns `createElement` as valid ([#206][] @epmatsw)
1010

1111
### Fixed
1212
* Fix allowed methods on arrayOf in `prop-types` ([#146][])
1313
* Fix default configuration for `jsx-boolean-value` ([#210][])
1414

15-
[Unreleased]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.1...HEAD
15+
[3.3.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.1...v3.3.2
1616
[#146]: https://github.com/yannickcr/eslint-plugin-react/issues/146
1717
[#197]: https://github.com/yannickcr/eslint-plugin-react/pull/197
1818
[#206]: https://github.com/yannickcr/eslint-plugin-react/pull/206
@@ -64,7 +64,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6464

6565
## [3.2.2] - 2015-08-11
6666
### Changed
67-
* remove peerDependencies ([#178][])
67+
* Remove peerDependencies ([#178][])
6868

6969
[3.2.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.2.1...v3.2.2
7070
[#178]: https://github.com/yannickcr/eslint-plugin-react/issues/178

package.json

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

0 commit comments

Comments
 (0)