From 55d6ca1a14b6a4fd077055d6e5c3ac20929b7010 Mon Sep 17 00:00:00 2001 From: Nipun Singh <88689850+nsingh-branch@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:23:13 -0700 Subject: [PATCH] chore(release): Release 5.9.1 --- ChangeLog.md | 5 +++++ branchreactnativetestbed/package.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8417cfe72..260069207 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/branchreactnativetestbed/package.json b/branchreactnativetestbed/package.json index 5139e4313..9fd5cca5e 100644 --- a/branchreactnativetestbed/package.json +++ b/branchreactnativetestbed/package.json @@ -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", diff --git a/package.json b/package.json index 827c4015c..7823a86c9 100644 --- a/package.json +++ b/package.json @@ -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",