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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This 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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments