From f6ff4c43dde9f208dcd3d8d7115cfedb4f3b8aa5 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 13 May 2020 16:45:50 +0100 Subject: [PATCH] Update changelog --- packages/eslint-plugin-react-hooks/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/eslint-plugin-react-hooks/CHANGELOG.md b/packages/eslint-plugin-react-hooks/CHANGELOG.md index 0e81784642..61cd765782 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.0.2 +* Prevent Hooks that have `Effect` in the middle from being considered effects. ([@surgeboris](https://github.com/surgeboris) in [#18907](https://github.com/facebook/react/pull/18907)) + ## 4.0.1 * Declare support for ESLint 7. ([@MichaelDeBoey](https://github.com/MichaelDeBoey) in [#18878](https://github.com/facebook/react/pull/18878))