Skip to content

Commit 3e2e92d

Browse files
committed
Update History and bump version
1 parent 2c3418a commit 3e2e92d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
2.1.0 / 2015-04-06
212
==================
313

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.1.0",
3+
"version": "2.1.1",
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)