Skip to content

Commit ab03af8

Browse files
committed
Update CHANGELOG and bump version
1 parent b646485 commit ab03af8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@ 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.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

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.10.0",
3+
"version": "6.10.1",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)