Skip to content

Commit a07e1fe

Browse files
committed
Update History and bump version
1 parent 50061e4 commit a07e1fe

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

History.md

100644100755
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2.1.0 / 2015-04-06
2+
==================
3+
4+
* update jsx-sort-props to reset the alphabetical verification on spread ([#47][] @zertosh)
5+
* update jsx-uses-vars to be enabled by default ([#49][] @banderson)
6+
* add jsx-boolean-value rule ([#11][])
7+
* add support for static methods in display-name and prop-types ([#48][])
8+
* fix describing comment for hasSpreadOperator() method ([#53][] @AlexKVal)
9+
10+
[#47]: https://github.com/yannickcr/eslint-plugin-react/pull/47
11+
[#49]: https://github.com/yannickcr/eslint-plugin-react/pull/49
12+
[#11]: https://github.com/yannickcr/eslint-plugin-react/issues/11
13+
[#48]: https://github.com/yannickcr/eslint-plugin-react/issues/48
14+
[#53]: https://github.com/yannickcr/eslint-plugin-react/pull/53
15+
116
2.0.2 / 2015-03-31
217
==================
318

package.json

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