Skip to content

Commit 8f3941c

Browse files
committed
Update History and bump version
1 parent 7830ee0 commit 8f3941c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2.0.2 / 2015-03-31
2+
==================
3+
4+
* fix ignore rest spread when destructuring props ([#46][])
5+
* fix component detection in prop-types and display-name ([#45][])
6+
* fix spread handling in jsx-sort-props ([#42][] @zertosh)
7+
8+
[#46]: https://github.com/yannickcr/eslint-plugin-react/issues/46
9+
[#45]: https://github.com/yannickcr/eslint-plugin-react/issues/45
10+
[#42]: https://github.com/yannickcr/eslint-plugin-react/pull/42
11+
112
2.0.1 / 2015-03-30
213
==================
314
* fix props detection when used in an object ([#41][])

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.0.1",
3+
"version": "2.0.2",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)