Skip to content

Commit b14ceff

Browse files
authored
0.11.4 (#157)
* 0.11.4 (#156) * 0.11.4 ## Update * support android channel-io 12.8.2
1 parent 3eb1710 commit b14ceff

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
# 0.11.4
2+
3+
## Update
4+
* support android channel-io 12.8.2
5+
16
# 0.11.3
27

38
## Update
4-
* support android channel-io 12.7.0
5-
* support iOS channel-io 12.7.0
9+
* support android channel-io 12.8.1
10+
* support iOS channel-io 12.9.0
11+
612

713
## Bug Fixes
814
* react-native 0.76.0 or higher: Fixes an issue where an error occurs when using setPage.

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ repositories {
5757

5858
dependencies {
5959
implementation 'com.facebook.react:react-native'
60-
api 'io.channel:plugin-android:12.8.1'
60+
api 'io.channel:plugin-android:12.8.2'
6161
}

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.11.3",
3+
"version": "0.11.4",
44
"description": "react native module for channel io",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)