From e936034eecf3d882cb133a11a1b4afd98d0195c5 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 12 May 2020 17:02:37 +0100 Subject: [PATCH] Add item to ESLint Hooks plugin 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 71c97c625f..48fbfd9bee 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.0.1 +* Declare support for ESLint 7. ([@MichaelDeBoey](https://github.com/MichaelDeBoey) in [#18878](https://github.com/facebook/react/pull/18878)) + ## 4.0.0 * **New Violations:** Consider `PascalCase.useFoo()` calls as Hooks. ([@cyan33](https://github.com/cyan33) in [#18722](https://github.com/facebook/react/pull/18722))