Skip to content

Commit 49e6669

Browse files
author
Yannick Croissant
committed
Update History and bump version
1 parent e53fcb5 commit 49e6669

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

History.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
3.3.0 / 2015-08-26
2+
==================
3+
4+
* update dependencies
5+
* add jsx-indent-props rule ([#15][], [#181][])
6+
* add no-set-state rule ([#197][] @markdalgleish)
7+
* add jsx-closing-bracket-location rule ([#14][], [#64][])
8+
* fix crash on propTypes declarations with an empty body ([#193][] @mattyod)
9+
10+
[#15]: https://github.com/yannickcr/eslint-plugin-react/issues/15
11+
[#181]: https://github.com/yannickcr/eslint-plugin-react/issues/181
12+
[#197]: https://github.com/yannickcr/eslint-plugin-react/pull/197
13+
[#14]: https://github.com/yannickcr/eslint-plugin-react/issues/14
14+
[#64]: https://github.com/yannickcr/eslint-plugin-react/issues/64
15+
[#193]: https://github.com/yannickcr/eslint-plugin-react/pull/193
16+
117
3.2.3 / 2015-08-16
218
==================
319

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

0 commit comments

Comments
 (0)