We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7b848 commit 6eac519Copy full SHA for 6eac519
History.md
@@ -1,3 +1,9 @@
1
+2.0.1 / 2015-03-30
2
+==================
3
+* fix props detection when used in an object ([#41][])
4
+
5
+[#41]: https://github.com/yannickcr/eslint-plugin-react/issues/41
6
7
2.0.0 / 2015-03-29
8
==================
9
* update dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "2.0.0",
+ "version": "2.0.1",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments