Skip to content

Commit

Permalink
chore: release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Dec 20, 2022
1 parent 35df959 commit b1cd9d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.1.0](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.0.0...v4.1.0) (2022-12-20)


### Bug Fixes

* add `setDualStreamMode` method ([40faff6](https://github.com/AgoraIO-Extensions/react-native-agora/commit/40faff60a3844f11407682295da50f2996e333ed))
* the event which named contains `Ex` not triggered issue (such as `onTokenPrivilegeWillExpire`) ([ad372a6](https://github.com/AgoraIO-Extensions/react-native-agora/commit/ad372a690e5ce8fd989d2e8977a58715f27b745d))


### Features

* support 4.1.0 ([a8c6d64](https://github.com/AgoraIO-Extensions/react-native-agora/commit/a8c6d641c4740d64844d338caea671ce267fc89f)), closes [#538](https://github.com/AgoraIO-Extensions/react-native-agora/issues/538) [#539](https://github.com/AgoraIO-Extensions/react-native-agora/issues/539) [#554](https://github.com/AgoraIO-Extensions/react-native-agora/issues/554) [#559](https://github.com/AgoraIO-Extensions/react-native-agora/issues/559)



# [4.1.0-rc.1](https://github.com/AgoraIO-Extensions/react-native-agora/compare/v4.0.0...v4.1.0-rc.1) (2022-11-29)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-agora",
"version": "4.1.0-rc.1",
"version": "4.1.0",
"description": "Agora RTC SDK For React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit b1cd9d0

Please sign in to comment.