Skip to content

Commit fc8a62e

Browse files
committed
Update History and bump version
1 parent 880d71e commit fc8a62e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

History.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2.4.0 / 2015-05-30
2+
==================
3+
4+
* update dependencies
5+
* add pragma option to jsx-uses-react ([#82][] @dominicbarnes)
6+
* add context props to sort-comp ([#89][] @zertosh)
7+
* fix itemID in no-unknown-property rule ([#85][] @cody)
8+
* fix license field in package.json ([#90][] @zertosh)
9+
* fix usage of contructor in sort-comp options ([#88][])
10+
* documentation improvement ([#91][] @matthewwithanm)
11+
12+
[#82]: https://github.com/yannickcr/eslint-plugin-react/pull/82
13+
[#89]: https://github.com/yannickcr/eslint-plugin-react/pull/89
14+
[#85]: https://github.com/yannickcr/eslint-plugin-react/pull/85
15+
[#90]: https://github.com/yannickcr/eslint-plugin-react/pull/90
16+
[#88]: https://github.com/yannickcr/eslint-plugin-react/issues/88
17+
[#91]: https://github.com/yannickcr/eslint-plugin-react/pull/91
18+
119
2.3.0 / 2015-05-14
220
==================
321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)