Skip to content

Commit

Permalink
Add forbid-component-props to 6.1.0 release
Browse files Browse the repository at this point in the history
This was missed in the initial release notes.
  • Loading branch information
lencioni authored Aug 14, 2016
1 parent e310ba2 commit b0747ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
## [6.1.0] - 2016-08-14
### Added
* Add `React.PureComponent` support ([#737][])
* Add `forbid-component-props` rule ([#314][] @lencioni)
* Add `no-danger-with-children` rule ([#710][] @petersendidit)
* Add pragma for `createClass` factory method ([#725][] @zurawiki)

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

## [6.0.0] - 2016-08-01
### Added
Expand Down

2 comments on commit b0747ea

@yannickcr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ho! Sorry, I totally forgot it :(

@lencioni
Copy link
Collaborator Author

@lencioni lencioni commented on b0747ea Aug 14, 2016 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.