Skip to content

Commit 69fe6d8

Browse files
committed
Update CHANGELOG and bump version
1 parent b42f681 commit 69fe6d8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ 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.1] - 2015-10-01
7+
### Fixed
8+
* Fix `no-direct-mutation-state` to report only in React components ([#229][])
9+
* Fix `forbid-prop-types` for arrayOf and instanceOf ([#230][])
10+
11+
### Changed
12+
* Documentation improvements ([#232][] @edge)
13+
14+
[3.5.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.5.0...v3.5.1
15+
[#229]: https://github.com/yannickcr/eslint-plugin-react/issues/229
16+
[#230]: https://github.com/yannickcr/eslint-plugin-react/issues/230
17+
[#232]: https://github.com/yannickcr/eslint-plugin-react/pull/232
18+
619
## [3.5.0] - 2015-09-28
720
### Added
821
* Add `no-direct-mutation-state` rule ([#133][], [#201][] @petersendidit)

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.5.0",
3+
"version": "3.5.1",
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)