Skip to content

Commit

Permalink
chore(release): Release 5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch authored Oct 2, 2023
1 parent 2ab3467 commit 55d6ca1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2023-10-02 Version 5.9.1
- Update Android SDK to 5.7.0
- Update iOS SDK 2.2.1
- Removed deprecated code related to v1/events.

2023-06-26 Version 5.9.0
- Update Android SDK to 5.5.0
- Update iOS SDK 2.2.0
Expand Down
2 changes: 1 addition & 1 deletion branchreactnativetestbed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-branch": "^5.9.0"
"react-native-branch": "^5.9.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
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-branch",
"version": "5.9.0",
"version": "5.9.1",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 55d6ca1

Please sign in to comment.