Skip to content

Commit 6b58f21

Browse files
committed
Update CHANGELOG and bump version
1 parent a0e0e57 commit 6b58f21

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [6.2.2] - 2016-09-15
7+
### Fixed
8+
* Fix `no-unused-prop-types` crash ([#825][] @EvNaverniouk)
9+
* Fix `jsx-no-target-blank` crash ([#821][])
10+
11+
[6.2.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.2.1...v6.2.2
12+
[#821]: https://github.com/yannickcr/eslint-plugin-react/issues/821
13+
[#825]: https://github.com/yannickcr/eslint-plugin-react/pull/825
14+
615
## [6.2.1] - 2016-09-13
7-
### Added
16+
### Fixed
817
* Fix false positive in `no-unused-prop-types` ([#792][] @EvNaverniouk)
918
* Fix `jsx-no-target-blank` to target only anchor elements ([#793][] @aduth)
1019
* Fix `jsx-no-target-blank` to be case insensitive [#796][] @dmnd)

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": "6.2.1",
3+
"version": "6.2.2",
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)