Skip to content

Commit 6e07ee4

Browse files
author
Yannick Croissant
committed
Update History and bump version
1 parent 29d4eb6 commit 6e07ee4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2.5.0 / 2015-06-04
2+
==================
3+
4+
* update dependencies
5+
* add option to make wrap-multilines more granular ([#94][] @PiPeep)
6+
* documentation improvements ([#92][] [#93][] @lencioni)
7+
8+
[#94]: https://github.com/yannickcr/eslint-plugin-react/pull/94
9+
[#92]: https://github.com/yannickcr/eslint-plugin-react/pull/92
10+
[#93]: https://github.com/yannickcr/eslint-plugin-react/pull/93
11+
112
2.4.0 / 2015-05-30
213
==================
314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)