Skip to content

Commit bed60d4

Browse files
committed
Update History and bump version
1 parent 6f6f4c0 commit bed60d4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

History.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
3.0.0 / 2015-07-21
2+
==================
3+
4+
* add jsx-no-duplicate-props rule ([#161][] @hummlas)
5+
* add allowMultiline option to the jsx-curly-spacing rule ([#156][] @mathieumg)
6+
* breaking in jsx-curly-spacing braces spanning multiple lines are now allowed with never option ([#156][] @mathieumg)
7+
* fix multiple var and destructuring handling in props-types ([#159][])
8+
* fix crash when retrieving propType name ([#163][])
9+
10+
[#161]: https://github.com/yannickcr/eslint-plugin-react/pull/161
11+
[#156]: https://github.com/yannickcr/eslint-plugin-react/pull/156
12+
[#159]: https://github.com/yannickcr/eslint-plugin-react/issues/159
13+
[#163]: https://github.com/yannickcr/eslint-plugin-react/issues/163
14+
115
2.7.1 / 2015-07-16
216
==================
317

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": "2.7.1",
3+
"version": "3.0.0",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)