From e972bd70c803fc8fc7bd1e90673490b9ca257fdb Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 25 Feb 2022 23:35:08 -0800 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e7b771de..a12e145c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.29.2] - 2022.02.25 + ### Fixed * [`jsx-curly-brace-presence`]: avoid warning on curlies containing quote characters ([#3214][] @ljharb) * [`jsx-indent`]: do not report on non-jsx-returning ternaries that contain null ([#3222][] @ljharb) * [`jsx-indent`]: properly report on returned ternaries with jsx ([#3222][] @ljharb) * [`no-array-index-key`]: detect named-imported `cloneElement`/`createElement` ([#3213][] @ljharb) +[7.29.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.1...v7.29.2 [#3222]: https://github.com/yannickcr/eslint-plugin-react/issues/3222 [#3214]: https://github.com/yannickcr/eslint-plugin-react/issues/3214 [#3213]: https://github.com/yannickcr/eslint-plugin-react/issues/3213 diff --git a/package.json b/package.json index b28a1fba6c..87b4ca0ecc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.29.1", + "version": "7.29.2", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",