We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3418a commit 3e2e92dCopy full SHA for 3e2e92d
History.md
@@ -1,3 +1,13 @@
1
+2.1.1 / 2015-04-17
2
+==================
3
+
4
+* add support for classes static properties ([#43][])
5
+* add tests for the babel-eslint parser
6
+* add ESLint as peerDependency (@AlexKVal)
7
+* documentation improvements (@AlexKVal, @chriscalo)
8
9
+[#43]: https://github.com/yannickcr/eslint-plugin-react/issues/43
10
11
2.1.0 / 2015-04-06
12
==================
13
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "2.1.0",
+ "version": "2.1.1",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments