Skip to content

Commit 2021831

Browse files
committed
Update History and bump version
1 parent 63546ee commit 2021831

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+
3.1.0 / 2015-07-28
2+
==================
3+
4+
* update dependencies
5+
* add event handlers to no-unknown-property ([#164][] @mkenyon)
6+
* add customValidators option to prop-types ([#145][] @CalebMorris)
7+
* fix comment handling in jsx-curly-spacing ([#165][])
8+
* documentation improvements ([#167][] @ngbrown)
9+
10+
[#164]: https://github.com/yannickcr/eslint-plugin-react/pull/164
11+
[#156]: https://github.com/yannickcr/eslint-plugin-react/issues/145
12+
[#165]: https://github.com/yannickcr/eslint-plugin-react/issues/165
13+
[#167]: https://github.com/yannickcr/eslint-plugin-react/pull/167
14+
115
3.0.0 / 2015-07-21
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": "3.0.0",
3+
"version": "3.1.0",
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)