Skip to content

Commit b0747ea

Browse files
authored
Add forbid-component-props to 6.1.0 release
This was missed in the initial release notes.
1 parent e310ba2 commit b0747ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
66
## [6.1.0] - 2016-08-14
77
### Added
88
* Add `React.PureComponent` support ([#737][])
9+
* Add `forbid-component-props` rule ([#314][] @lencioni)
910
* Add `no-danger-with-children` rule ([#710][] @petersendidit)
1011
* Add pragma for `createClass` factory method ([#725][] @zurawiki)
1112

@@ -35,6 +36,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3536
[#731]: https://github.com/yannickcr/eslint-plugin-react/pull/731
3637
[#745]: https://github.com/yannickcr/eslint-plugin-react/pull/745
3738
[#659]: https://github.com/yannickcr/eslint-plugin-react/pull/659
39+
[#314]: https://github.com/yannickcr/eslint-plugin-react/pull/314
3840

3941
## [6.0.0] - 2016-08-01
4042
### Added

0 commit comments

Comments
 (0)