From e336aef505f895ed39c796e61deb55d1f9df0aca Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 1 Oct 2019 16:30:01 -0400 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1380c3286f..da1f9d9150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ 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). +## [7.15.1] - 2019-10-01 + +### Fixed +* `jsx-curly-brace-presence`: bail out checks when JSXElements are passed as props ([#2426][] @vedadeepta) + +### Changed +* [Docs] `prefer-es6-class`: Fix typos ([#2425][] @spencerbyw) + +[#2426]: https://github.com/yannickcr/eslint-plugin-react/pull/2426 +[#2425]: https://github.com/yannickcr/eslint-plugin-react/pull/2425 + ## [7.15.0] - 2019-09-30 ### Added diff --git a/package.json b/package.json index 69ec2fdefc..9384ab4f30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.15.0", + "version": "7.15.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",