Skip to content

Commit 0de2a9e

Browse files
committed
Update CHANGELOG and bump version
1 parent d75dc08 commit 0de2a9e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ 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.1] - 2016-09-13
7+
### Added
8+
* Fix false positive in `no-unused-prop-types` ([#792][] @EvNaverniouk)
9+
* Fix `jsx-no-target-blank` to target only anchor elements ([#793][] @aduth)
10+
* Fix `jsx-no-target-blank` to be case insensitive [#796][] @dmnd)
11+
* Fix `jsx-uses-vars` shadowed variables handling ([#799][])
12+
13+
### Changed
14+
* Update dependencies
15+
* Documentation improvements (@ljharb, [#794][] @dougshamoo, [#813][] @AndiDog, [#815][] @chris-vaszauskas)
16+
17+
[6.2.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.2.0...v6.2.1
18+
[#792]: https://github.com/yannickcr/eslint-plugin-react/pull/792
19+
[#793]: https://github.com/yannickcr/eslint-plugin-react/pull/793
20+
[#794]: https://github.com/yannickcr/eslint-plugin-react/pull/794
21+
[#796]: https://github.com/yannickcr/eslint-plugin-react/pull/796
22+
[#799]: https://github.com/yannickcr/eslint-plugin-react/issues/799
23+
[#813]: https://github.com/yannickcr/eslint-plugin-react/pull/813
24+
[#815]: https://github.com/yannickcr/eslint-plugin-react/pull/815
25+
626
## [6.2.0] - 2016-08-28
727
### Added
828
* Adds `no-unused-prop-types` rule ([#226][] @EvNaverniouk)

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