Skip to content

Commit c3336c8

Browse files
[SDK-2469] Release 8.1.0 (#164)
Updated version number and changelog
1 parent 9984834 commit c3336c8

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Branch Capacitor SDK change log
22

3+
- 8.1.0
4+
5+
- Added the handleUrl method to iOS and updated BranchUrlParams to include `branch` instead of `url`.
6+
37
- 8.0.0
48

59
- Updated the `addListener` method to return a `Promise<PluginListenerHandle>`.

ios/Plugin/Plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class BranchDeepLinks: CAPPlugin {
1616
object: nil
1717
)
1818

19-
Branch.getInstance().registerPluginName("Capacitor", version: "8.0.0")
19+
Branch.getInstance().registerPluginName("Capacitor", version: "8.1.0")
2020
}
2121

2222
@objc public func setBranchService(branchService: Any) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-branch-deep-links",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Capacitor plugin for Branch.io deep links",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)