From 0a717a52730c2a360ba8448e89cd5ac519ad0ee3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 2 Feb 2020 21:06:46 -0800 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d141b85ed2..ae52e5c81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ 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.18.3] - 2020-02-02 + +### Fixed + * [`jsx-indent`][]: don't check literals not within JSX ([#2564][] @toshi-toma) + +[7.18.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.18.2...v7.18.3 +[#2564]: https://github.com/yannickcr/eslint-plugin-react/issue/2564 + ## [7.18.2] - 2020-02-01 ### Fixed diff --git a/package.json b/package.json index 43f93110b7..46ee88f440 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.18.2", + "version": "7.18.3", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",