Skip to content

Commit

Permalink
Merge pull request #701 from BranchMetrics/gdeluna-branch/SDK-1351
Browse files Browse the repository at this point in the history
Remove request package and bump ver
  • Loading branch information
gdeluna-branch authored Feb 8, 2022
2 parents 356a36c + 6d697a5 commit 63e9c4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
5.0.1 February 8, 2022
* Remove request package (thanks for catching Sujay-shetty)

5.0.0 January 21, 2022
* Add content items support in sendBranchEvent
* Remove sendCommerceEvent
* Fix bug where custom data would clobber other fields when creating event in Android plugin
* Update iOS SDK to 1.40.2
* Update Android SDK to 5.0.15

4.2.4 - May 3, 2021

CORE-1898 correct iOS API signature for LATD
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/index.js",
"version": "5.0.0",
"version": "5.0.1",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,6 @@
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^3.0.1",
"request": "^2.85.0",
"shelljs": "^0.8.3",
"xcode": "^2.0.0",
"xml2js": "^0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="5.0.0">
version="5.0.1">

<!-- Description -->
<name>branch-cordova-sdk</name>
Expand Down

0 comments on commit 63e9c4c

Please sign in to comment.