From 59bc52a16c5bdec6de5fc87de4d900ebc20389b2 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Thu, 21 Jul 2022 21:46:10 +0200 Subject: [PATCH] Add 4.5.0 release to eslint rules CHANGELOG (#24853) Eye-balled from https://app.renovatebot.com/package-diff?name=eslint-plugin-react-hooks&from=4.4.0&to=4.5.0#d2h-042857 which changes were included. --- packages/eslint-plugin-react-hooks/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/eslint-plugin-react-hooks/CHANGELOG.md b/packages/eslint-plugin-react-hooks/CHANGELOG.md index cdb0d053ba80b..8a0882d24ec40 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.5.0 + +* Fix false positive error with large number of branches. ([@scyron6](https://github.com/scyron6) in [#24287](https://github.com/facebook/react/pull/24287)) + ## 4.4.0 * No changes, this was an automated release together with React 18.