From 40cfe1f486a6f3901f98e7856cb7974690f311e9 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 21 Oct 2020 01:15:28 +0100 Subject: [PATCH] Update CHANGELOG.md --- 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 01a767eb5817c..0ca1cda305ed5 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.2.0 + +* No changes, this was an automated release together with React 17. + ## 4.1.2 * Fix a crash with the TypeScript 4.x parser. ([@eps1lon](https://github.com/eps1lon) in [#19815](https://github.com/facebook/react/pull/19815))