Skip to content

Commit 63e9c4c

Browse files
Merge pull request #701 from BranchMetrics/gdeluna-branch/SDK-1351
Remove request package and bump ver
2 parents 356a36c + 6d697a5 commit 63e9c4c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
5.0.1 February 8, 2022
2+
* Remove request package (thanks for catching Sujay-shetty)
3+
4+
5.0.0 January 21, 2022
5+
* Add content items support in sendBranchEvent
6+
* Remove sendCommerceEvent
7+
* Fix bug where custom data would clobber other fields when creating event in Android plugin
8+
* Update iOS SDK to 1.40.2
9+
* Update Android SDK to 5.0.15
10+
111
4.2.4 - May 3, 2021
212

313
CORE-1898 correct iOS API signature for LATD

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "branch-cordova-sdk",
33
"description": "Branch Metrics Cordova SDK",
44
"main": "src/index.js",
5-
"version": "5.0.0",
5+
"version": "5.0.1",
66
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
77
"repository": {
88
"type": "git",
@@ -60,7 +60,6 @@
6060
"mkpath": "^1.0.0",
6161
"node-version-compare": "^1.0.1",
6262
"plist": "^3.0.1",
63-
"request": "^2.85.0",
6463
"shelljs": "^0.8.3",
6564
"xcode": "^2.0.0",
6665
"xml2js": "^0.4.19"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="5.0.0">
27+
version="5.0.1">
2828

2929
<!-- Description -->
3030
<name>branch-cordova-sdk</name>

0 commit comments

Comments
 (0)