Skip to content

Commit 77947db

Browse files
committed
0.7.10
1 parent 807de2f commit 77947db

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.7.10
2+
3+
## Update
4+
* Update RNChannelIO
5+
* changed deployment target 10 -> 11
6+
* changed dependency: "ChannelIOSDK", '~> 10'
7+
8+
## Bug Fixes
9+
* Fixes an issue where both memberId and userId are omitted when using memberId and userId at the same time.
10+
111
# 0.7.9
212

313
## Update

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.7.9",
3+
"version": "0.7.10",
44
"description": "react native module for channel io",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)