From 94ab26ac034b055091a43109e6856035b8a31534 Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Fri, 18 Sep 2015 19:27:15 +0000 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7df0b12c..f4088f8ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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). +## [3.4.2] - 2015-09-18 +### Fixed +* Only display the `jsx-quotes` deprecation warning with the default formatter ([#221][]) + +[3.4.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v3.4.1...v3.4.2 +[#221]: https://github.com/yannickcr/eslint-plugin-react/issues/221 + ## [3.4.1] - 2015-09-17 ### Fixed * Fix `jsx-quotes` rule deprecation message ([#220][]) diff --git a/package.json b/package.json index 422fb8dc12..4004133ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "3.4.1", + "version": "3.4.2", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",