From 5490539b4f441561accf26d196b8b46e45fb24a4 Mon Sep 17 00:00:00 2001 From: sda_rob Date: Tue, 10 Dec 2024 03:44:09 +0000 Subject: [PATCH] chore: release 4.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ecbb7b..0cbd853f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [4.5.0](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.4.0...v4.5.0) (2024-12-10) + + +### Features + +* support 4.5.0 ([#837](https://github.com/AgoraIO-Extensions/react-native-agora/issues/837)) ([8c8452d](https://github.com/AgoraIO-Extensions/react-native-agora/commit/8c8452df8884602cfb131476ac406c979590290c)), closes [#823](https://github.com/AgoraIO-Extensions/react-native-agora/issues/823) [#827](https://github.com/AgoraIO-Extensions/react-native-agora/issues/827) [#833](https://github.com/AgoraIO-Extensions/react-native-agora/issues/833) [#841](https://github.com/AgoraIO-Extensions/react-native-agora/issues/841) + # [4.4.0](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.3.2...v4.4.0) (2024-08-29) diff --git a/package.json b/package.json index 362a91fc..ca2680bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-agora", - "version": "4.4.0", + "version": "4.5.0", "description": "Agora RTC SDK For React Native", "main": "lib/commonjs/index", "module": "lib/module/index",