From 000d6b847dbb401a42bae56f96b11bcf6538f7d9 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 1 Feb 2020 14:06:30 -0800 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a94e2ec0ba..9e6cd1c3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ 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.1] - 2020-02-01 + +### Fixed + * [`jsx-indent`][]: Does not check indents for JSXText ([#2542][] @toshi-toma) + * [`jsx-props-no-spreading`][]: add support for namespaced jsx components ([#2534][] @jonathanpalma) + * [`jsx-no-target-blank`][]: allow rel to be an expression ([#2544][] @odinho) + * [`sort-comp`][]: `|` isn’t a valid regex flag; `u` and `s` are (@ljharb) + +### Changed + * [Docs] use `markdown-magic` to automatically sort all rules alphabetically ([#1742][] @ybiquitous) + * [Docs] [`jsx-props-no-spreading`][]: fix typo to use correct rule ([#2547][] @jonggyun)) + +[#2547]: https://github.com/yannickcr/eslint-plugin-react/pull/2547 +[#2544]: https://github.com/yannickcr/eslint-plugin-react/pull/2544 +[#2542]: https://github.com/yannickcr/eslint-plugin-react/pull/2542 +[#2534]: https://github.com/yannickcr/eslint-plugin-react/pull/2534 +[#1742]: https://github.com/yannickcr/eslint-plugin-react/pull/1742 + ## [7.18.0] - 2020-01-15 ### Added diff --git a/package.json b/package.json index 53f5eaeafc..d9b61cd828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.18.0", + "version": "7.18.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",