Skip to content

Commit

Permalink
chore: release 3.1.4-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Oct 21, 2020
1 parent 56a1f30 commit 543a1ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.4-rc.0](https://github.com/AgoraIO-Community/react-native-agora/compare/3.1.2-rc.2...v3.1.4-rc.0) (2020-10-21)


### Features

* migrating to @react-native-community/bob ([c72a527](https://github.com/AgoraIO-Community/react-native-agora/commit/c72a5278b2e990081d34e2e765e2e6a26ba792bb))

## 3.1.3
- fix iOS `deinit` `[weak self]` crash
- make `RtcChannel.channelId` public
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": "3.1.3",
"version": "3.1.4-rc.0",
"description": "Agora RTC SDK For React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 543a1ac

Please sign in to comment.