From ddb2f314278d6594ec054b30431810b27cb339a8 Mon Sep 17 00:00:00 2001 From: LichKing-2234 <15215604969@163.com> Date: Mon, 30 Oct 2023 02:48:48 +0000 Subject: [PATCH] chore: release 4.2.5 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b087fd4a6..f24aaa6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [4.2.5](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.2.4...v4.2.5) (2023-10-30) + + +### Bug Fixes + +* typescript definitions broken [#718](https://github.com/AgoraIO-Extensions/react-native-agora/issues/718) ([#719](https://github.com/AgoraIO-Extensions/react-native-agora/issues/719)) ([11c6b3d](https://github.com/AgoraIO-Extensions/react-native-agora/commit/11c6b3d5b626b91a589b8cf75ef26e0a18ca5ed2)) +* yarn failed on windows ([#720](https://github.com/AgoraIO-Extensions/react-native-agora/issues/720)) ([f2e2496](https://github.com/AgoraIO-Extensions/react-native-agora/commit/f2e2496e042637a2252fd675e55176538f6296e2)) + ## [4.2.4](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.2.3...v4.2.4) (2023-10-24) diff --git a/package.json b/package.json index 45a1d0245..fa85e5585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-agora", - "version": "4.2.4", + "version": "4.2.5", "description": "Agora RTC SDK For React Native", "main": "lib/commonjs/index", "module": "lib/module/index",