From b9cfdd6fccedd8c3ad1d2db334574bba38a1aaf8 Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Mon, 20 Mar 2017 22:36:14 +0100 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5753aaabe..e28279f7ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). +## [6.10.3] - 2017-03-20 +### Fixed +* Revert [#1057][] due to issues with [`jsx-indent`][] ([#1117][]) + +[6.10.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.10.2...v6.10.3 + ## [6.10.2] - 2017-03-19 ### Fixed * Fix [`jsx-indent`][] indentation calculation with nested JSX ([#1117][]) diff --git a/package.json b/package.json index b64b79b6fb..5c211c24bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "6.10.2", + "version": "6.10.3", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",