From aa05e73150d4a80fe4b1f9cbf61d3b81766fa127 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 31 Mar 2022 10:43:08 -0400 Subject: [PATCH] Add 4.4.0 release to eslint rules CHANGELOG (#24234) --- 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 6a560c6012f41..cdb0d053ba80b 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.4.0 + +* No changes, this was an automated release together with React 18. + ## 4.3.0 * Support ESLint 8. ([@MichaelDeBoey](https://github.com/MichaelDeBoey) in [#22248](https://github.com/facebook/react/pull/22248))