Skip to content

Commit c5296a3

Browse files
committed
Update History and bump version
1 parent a46420d commit c5296a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
3.2.0 / 2015-08-04
211
==================
312

package.json

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

0 commit comments

Comments
 (0)