@@ -3,6 +3,20 @@ 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.10.1] - 2017-03-19
7+ ### Fixed
8+ * Fix [ ` jsx-indent ` ] [ ] auto fix with tabs ([ #1057 ] [ ] @kentcdodds @webOS101 )
9+ * Fix [ ` jsx-indent ` ] [ ] crash ([ #1061 ] [ ] @iancmyers )
10+ * Fix [ ` void-dom-elements-no-children ` ] [ ] crash and fix it to only checks for a createElement call from
11+ React ([ #1073 ] [ ] @jomasti )
12+ * Fix component detection that caused a false positive in [ ` no-multi-comp ` ] [ ] ([ #1088 ] [ ] @benstepp )
13+
14+ [ 6.10.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v6.10.0...v6.10.1
15+ [ #696 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1057
16+ [ #709 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1061
17+ [ #887 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1073
18+ [ #541 ] : https://github.com/yannickcr/eslint-plugin-react/issues/1088
19+
620## [ 6.10.0] - 2017-02-16
721### Added
822* Add [ ` forbid-foreign-prop-types ` ] [ ] rule ([ #696 ] [ ] @iancmyers )
@@ -70,7 +84,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
7084* Fix [ ` jsx-indent ` ] [ ] with multiline jsx in ternaries ([ #966 ] [ ] )
7185* Fix component detection to ignore async functions ([ #989 ] [ ] @taion )
7286* Fix [ ` jsx-curly-spacing ` ] [ ] autofix to not delete comments ([ #648 ] [ ] )
73- * FIx auto-enabling of ` eslint-plugin-react ` in exported configurations ([ #984 ] [ ] @jamischarles )
87+ * Fix auto-enabling of ` eslint-plugin-react ` in exported configurations ([ #984 ] [ ] @jamischarles )
7488
7589### Changed
7690* Update dependencies
0 commit comments