Skip to content

Commit f6b39ee

Browse files
committed
0.12.1
1 parent 081ed80 commit f6b39ee

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.12.1
2+
3+
## Update
4+
* Remove unused react-native-firebase peerDependency
5+
16
# 0.12.0
27

38
## Update

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-channel-plugin",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "react native module for channel io",
55
"main": "index.ts",
66
"scripts": {
@@ -13,8 +13,7 @@
1313
"license": "SDK",
1414
"homepage": "https://www.channel.io",
1515
"peerDependencies": {
16-
"react-native": ">=0.60.0",
17-
"react-native-firebase": ">=5.0.0"
16+
"react-native": ">=0.60.0"
1817
},
1918
"files": [
2019
"android/src",

0 commit comments

Comments
 (0)