Skip to content

Commit ee57450

Browse files
committed
Update History and bump version
1 parent 4808d58 commit ee57450

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2.5.1 / 2015-06-14
2+
==================
3+
4+
* update dependencies
5+
* fix prop-types crash when propTypes definition is invalid ([#95][])
6+
* fix jsx-uses-vars for ES6 classes ([#96][])
7+
* fix hasOwnProperty that is taken for a prop ([#102][])
8+
* documentation improvements ([#99][] @morenoh149)
9+
10+
[#95]: https://github.com/yannickcr/eslint-plugin-react/issues/95
11+
[#96]: https://github.com/yannickcr/eslint-plugin-react/issues/96
12+
[#102]: https://github.com/yannickcr/eslint-plugin-react/issues/102
13+
[#99]: https://github.com/yannickcr/eslint-plugin-react/pull/99
14+
115
2.5.0 / 2015-06-04
216
==================
317

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