We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d4eb6 commit 6e07ee4Copy full SHA for 6e07ee4
History.md
@@ -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
12
2.4.0 / 2015-05-30
13
==================
14
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "2.4.0",
+ "version": "2.5.0",
"author": "Yannick Croissant <[email protected]>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments