From f2859c99255b7adabe06591ee345b6cfd7f06057 Mon Sep 17 00:00:00 2001 From: sda_rob Date: Thu, 9 May 2024 02:01:52 +0000 Subject: [PATCH] chore: release 4.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a26f2ac..6cee7307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [4.3.1](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.3.0...v4.3.1) (2024-05-09) + + +### Features + +* support native 4.3.1 ([#769](https://github.com/AgoraIO-Extensions/react-native-agora/issues/769)) ([a05c57d](https://github.com/AgoraIO-Extensions/react-native-agora/commit/a05c57d414c771206aec64fc25d9e84156c9ef98)), closes [#778](https://github.com/AgoraIO-Extensions/react-native-agora/issues/778) [#780](https://github.com/AgoraIO-Extensions/react-native-agora/issues/780) [#781](https://github.com/AgoraIO-Extensions/react-native-agora/issues/781) [#784](https://github.com/AgoraIO-Extensions/react-native-agora/issues/784) + # [4.3.0](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.2.6...v4.3.0) (2024-02-28) diff --git a/package.json b/package.json index f263c55b..329b6e96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-agora", - "version": "4.3.0", + "version": "4.3.1", "description": "Agora RTC SDK For React Native", "main": "lib/commonjs/index", "module": "lib/module/index",