Skip to content

Commit c59a6d8

Browse files
committed
Update History and bump version
1 parent 916e2f9 commit c59a6d8

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

History.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
1+
2.2.0 / 2015-04-22
2+
==================
3+
4+
* add jsx-sort-prop-types rule ([#38][] @AlexKVal)
5+
* fix variables marked as used when a prop has the same name ([#69][] @burnnat)
6+
* documentation improvements ([#71][] @AlexKVal)
7+
8+
[#38]: https://github.com/yannickcr/eslint-plugin-react/issues/38
9+
[#69]: https://github.com/yannickcr/eslint-plugin-react/pull/69
10+
[#71]: https://github.com/yannickcr/eslint-plugin-react/pull/71
11+
112
2.1.1 / 2015-04-17
213
==================
314

415
* add support for classes static properties ([#43][])
516
* add tests for the babel-eslint parser
6-
* add ESLint as peerDependency (@AlexKVal)
7-
* documentation improvements (@AlexKVal, @chriscalo)
17+
* add ESLint as peerDependency ([#63][] @AlexKVal)
18+
* documentation improvements ([#55][] @AlexKVal, [#60][] @chriscalo)
819

920
[#43]: https://github.com/yannickcr/eslint-plugin-react/issues/43
21+
[#63]: https://github.com/yannickcr/eslint-plugin-react/pull/63
22+
[#55]: https://github.com/yannickcr/eslint-plugin-react/pull/55
23+
[#60]: https://github.com/yannickcr/eslint-plugin-react/pull/60
1024

1125
2.1.0 / 2015-04-06
1226
==================

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.1.1",
3+
"version": "2.2.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)