From 73ad445e434c7ff7d9811308b4b80f3b56d10e77 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 13 Mar 2022 16:32:51 -0700 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 0a2dedda31..99e900f75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.29.4] - 2022.03.13 + ### Fixed * [`no-unused-state`]: avoid a crash on a class field gDSFP ([#3236][] @ljharb) * [`boolean-prop-naming`]: handle React.FC, intersection, union types ([#3241][] @ljharb) +[7.29.4]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4 [#3241]: https://github.com/yannickcr/eslint-plugin-react/pull/3241 [#3236]: https://github.com/yannickcr/eslint-plugin-react/issues/3236 diff --git a/package.json b/package.json index 0f8a34f740..60d25c58b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.29.3", + "version": "7.29.4", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",