From fbcebd721dbb44242a191a908713e99bdecb1758 Mon Sep 17 00:00:00 2001 From: HUI Date: Fri, 24 Dec 2021 16:15:55 +0800 Subject: [PATCH] chore: release 3.5.2-rc.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3072ea0..9f2d40ae1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.5.2-rc.1](https://github.com/AgoraIO-Community/react-native-agora/compare/v3.5.2-rc.0...v3.5.2-rc.1) (2021-12-24) + + +### Bug Fixes + +* add `blur_degree` to VirtualBackgroundSource ([f7d7b35](https://github.com/AgoraIO-Community/react-native-agora/commit/f7d7b35b493c3c355a7d80fd8c12c2f456d946c5)) +* enable to enabled ([3525f2c](https://github.com/AgoraIO-Community/react-native-agora/commit/3525f2c8ff5fb6574e21b94588f8a951e109c639)) +* some defined issues ([30a9f36](https://github.com/AgoraIO-Community/react-native-agora/commit/30a9f36702f9335142607fb06fe5e8fc7e2df3bf)) + ## [3.5.2-rc.0](https://github.com/AgoraIO-Community/react-native-agora/compare/v3.5.1...v3.5.2-rc.0) (2021-12-14) diff --git a/package.json b/package.json index 10d2f4ba9..888ee0767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-agora", - "version": "3.5.2-rc.0", + "version": "3.5.2-rc.1", "description": "Agora RTC SDK For React Native", "main": "lib/commonjs/index", "module": "lib/module/index",