Skip to content

Commit 55d6ca1

Browse files
chore(release): Release 5.9.1
1 parent 2ab3467 commit 55d6ca1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023-10-02 Version 5.9.1
2+
- Update Android SDK to 5.7.0
3+
- Update iOS SDK 2.2.1
4+
- Removed deprecated code related to v1/events.
5+
16
2023-06-26 Version 5.9.0
27
- Update Android SDK to 5.5.0
38
- Update iOS SDK 2.2.0

branchreactnativetestbed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "18.2.0",
1414
"react-native": "0.71.4",
15-
"react-native-branch": "^5.9.0"
15+
"react-native-branch": "^5.9.1"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

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-branch",
3-
"version": "5.9.0",
3+
"version": "5.9.1",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)