Skip to content

Commit 693cd7d

Browse files
committed
Update CHANGELOG and bump version
1 parent 79877ad commit 693cd7d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ 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+
## [3.5.0] - 2015-09-28
7+
### Added
8+
* Add `no-direct-mutation-state` rule ([#133][], [#201][] @petersendidit)
9+
* Add `forbid-prop-types` rule ([#215][] @pwmckenna)
10+
11+
### Fixed
12+
* Fix no-did-mount/update-set-state rules for ES6 classes
13+
14+
### Changed
15+
* Update dependencies
16+
* Documentation improvements ([#222][] @Andersos)
17+
18+
[3.5.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.4.2...v3.5.0
19+
[#133]: https://github.com/yannickcr/eslint-plugin-react/issues/133
20+
[#201]: https://github.com/yannickcr/eslint-plugin-react/issues/201
21+
[#215]: https://github.com/yannickcr/eslint-plugin-react/issues/215
22+
[#222]: https://github.com/yannickcr/eslint-plugin-react/pull/222
23+
624
## [3.4.2] - 2015-09-18
725
### Fixed
826
* Only display the `jsx-quotes` deprecation warning with the default formatter ([#221][])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "3.4.2",
3+
"version": "3.5.0",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)