Skip to content

Commit b9cfdd6

Browse files
committed
Update CHANGELOG and bump version
1 parent e9fb52d commit b9cfdd6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ 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.3] - 2017-03-20
7+
### Fixed
8+
* Revert [#1057][] due to issues with [`jsx-indent`][] ([#1117][])
9+
10+
[6.10.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.10.2...v6.10.3
11+
612
## [6.10.2] - 2017-03-19
713
### Fixed
814
* Fix [`jsx-indent`][] indentation calculation with nested JSX ([#1117][])

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "6.10.2",
3+
"version": "6.10.3",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)