File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,17 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
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
+
6
15
## [ 6.2.1] - 2016-09-13
7
- ### Added
16
+ ### Fixed
8
17
* Fix false positive in ` no-unused-prop-types ` ([ #792 ] [ ] @EvNaverniouk )
9
18
* Fix ` jsx-no-target-blank ` to target only anchor elements ([ #793 ] [ ] @aduth )
10
19
* Fix ` jsx-no-target-blank ` to be case insensitive [ #796 ] [ ] @dmnd )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 6.2.1 " ,
3
+ "version" : " 6.2.2 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments