Skip to content

Commit 591e1f1

Browse files
chore(release): 3.0.0-pre.11 [skip ci]
# [3.0.0-pre.11](v3.0.0-pre.10...v3.0.0-pre.11) (2022-07-13) ### Features * **walletconnect:** expose `FormatUrlForDeepLink` API ([f26a7fd](f26a7fd)) * **walletconnect:** expose `SessionData.GenKey` API ([6630652](6630652)) * **walletconnect:** support chain ids in ARC-0025 ([32c518e](32c518e))
1 parent 2aa0c8b commit 591e1f1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
# [3.0.0-pre.11](https://github.com/CareBoo/unity-algorand-sdk/compare/v3.0.0-pre.10...v3.0.0-pre.11) (2022-07-13)
9+
10+
11+
### Features
12+
13+
* **walletconnect:** expose `FormatUrlForDeepLink` API ([f26a7fd](https://github.com/CareBoo/unity-algorand-sdk/commit/f26a7fd200f8a68a3678817468d15df01cd927d4))
14+
* **walletconnect:** expose `SessionData.GenKey` API ([6630652](https://github.com/CareBoo/unity-algorand-sdk/commit/6630652f34bc25905fa470ffe3485808370e341f))
15+
* **walletconnect:** support chain ids in ARC-0025 ([32c518e](https://github.com/CareBoo/unity-algorand-sdk/commit/32c518eb6929866993a9fd306c477f571328551d))
16+
817
# [3.0.0-pre.10](https://github.com/CareBoo/unity-algorand-sdk/compare/v3.0.0-pre.9...v3.0.0-pre.10) (2022-07-11)
918

1019

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.careboo.unity-algorand-sdk",
33
"displayName": "AlgoSdk",
4-
"version": "3.0.0-pre.10",
4+
"version": "3.0.0-pre.11",
55
"unity": "2020.3",
66
"keywords": [
77
"algorand",

0 commit comments

Comments
 (0)