From fe19b4247b97c20b4c6af92c022fcfccb45e3148 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 13 Jul 2020 17:58:49 +0100 Subject: [PATCH] eslint-plugin-react-hooks@4.0.8 --- packages/eslint-plugin-react-hooks/CHANGELOG.md | 3 +++ packages/eslint-plugin-react-hooks/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/eslint-plugin-react-hooks/CHANGELOG.md b/packages/eslint-plugin-react-hooks/CHANGELOG.md index 0f9282809c12c..c173ac08f9a01 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -1,3 +1,6 @@ +## 4.0.8 +* Fixes TypeScript `typeof` annotation to not be considered a dependency. ([@delca85](https://github.com/delca85) in [#19316](https://github.com/facebook/react/pull/19316)) + ## 4.0.7 * Fixes an overly coarse dependency suggestion. ([@gaearon](https://github.com/gaearon) in [#19313](https://github.com/facebook/react/pull/19313)) diff --git a/packages/eslint-plugin-react-hooks/package.json b/packages/eslint-plugin-react-hooks/package.json index 91edaf2d531b4..9ebde813a8c36 100644 --- a/packages/eslint-plugin-react-hooks/package.json +++ b/packages/eslint-plugin-react-hooks/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-react-hooks", "description": "ESLint rules for React Hooks", - "version": "4.0.7", + "version": "4.0.8", "repository": { "type": "git", "url": "https://github.com/facebook/react.git",