Skip to content

Commit 5666ed7

Browse files
committed
Update History and bump version
1 parent 5db93d7 commit 5666ed7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
3.2.0 / 2015-08-04
2+
==================
3+
4+
* update dependencies
5+
* add jsx-max-props-per-line rule ([#13][])
6+
* add jsx-no-literals rule ([#176][] @CalebMorris)
7+
* fix object access in jsx-no-undef ([#172][])
8+
9+
[#13]: https://github.com/yannickcr/eslint-plugin-react/issues/13
10+
[#176]: https://github.com/yannickcr/eslint-plugin-react/pull/176
11+
[#172]: https://github.com/yannickcr/eslint-plugin-react/issues/172
12+
113
3.1.0 / 2015-07-28
214
==================
315

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

0 commit comments

Comments
 (0)