Skip to content

Commit

Permalink
Update History and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jun 14, 2015
1 parent 4808d58 commit ee57450
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2.5.1 / 2015-06-14
==================

* update dependencies
* fix prop-types crash when propTypes definition is invalid ([#95][])
* fix jsx-uses-vars for ES6 classes ([#96][])
* fix hasOwnProperty that is taken for a prop ([#102][])
* documentation improvements ([#99][] @morenoh149)

[#95]: https://github.com/yannickcr/eslint-plugin-react/issues/95
[#96]: https://github.com/yannickcr/eslint-plugin-react/issues/96
[#102]: https://github.com/yannickcr/eslint-plugin-react/issues/102
[#99]: https://github.com/yannickcr/eslint-plugin-react/pull/99

2.5.0 / 2015-06-04
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "2.5.0",
"version": "2.5.1",
"author": "Yannick Croissant <[email protected]>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit ee57450

Please sign in to comment.