From 0044805c8885994a9869f6c752ef71e5ef9f297f Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 11 Sep 2020 13:17:55 +0100 Subject: [PATCH] Update CHANGELOG.md --- 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 b0506658cb281..01a767eb5817c 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -1,3 +1,6 @@ +## 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)) + ## 4.1.1 * Improve support for optional chaining. ([@pfongkye](https://github.com/pfongkye) in [#19680](https://github.com/facebook/react/pull/19680)) * Fix a false positive warning for TypeScript parameters. ([@NeoRaider](https://github.com/NeoRaider) in [#19751](https://github.com/facebook/react/pull/19751))