We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46420d commit c5296a3Copy full SHA for c5296a3
History.md
@@ -1,3 +1,12 @@
1
+3.2.1 / 2015-08-08
2
+==================
3
+
4
+* fix crash when propTypes don't have any parent ([#182][])
5
+* fix jsx-no-literals reporting errors outside JSX ([#183][] @CalebMorris)
6
7
+[#182]: https://github.com/yannickcr/eslint-plugin-react/issues/182
8
+[#183]: https://github.com/yannickcr/eslint-plugin-react/pull/183
9
10
3.2.0 / 2015-08-04
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "3.2.0",
+ "version": "3.2.1",
"author": "Yannick Croissant <[email protected]>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments