From b25e94660160126d2b5c6d406f3ffec7c387d00b Mon Sep 17 00:00:00 2001 From: Viki Date: Wed, 6 Nov 2024 17:42:43 +0800 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ab2a26..019d366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.10.2](https://github.com/sheinsight/react-use/compare/v1.10.1...v1.10.2) (2024-11-06) + + +### Bug Fixes + +* **useWebSocket:** fix TS type definition & not retry on first failed open ([b436935](https://github.com/sheinsight/react-use/commit/b43693519b2a71b90c441992a62eed292611c7e3)) + + + ## [1.10.1](https://github.com/sheinsight/react-use/compare/v1.10.0...v1.10.1) (2024-11-01)