Skip to content

Commit 28163bb

Browse files
chore(release): 2.2.0-pre.4 [skip ci]
# [2.2.0-pre.4](v2.2.0-pre.3...v2.2.0-pre.4) (2022-03-22) ### Features * **account:** add `IAccount`, `ISigner`, and `IAsyncSigner` interfaces ([19f139d](19f139d)), closes [#82](#82)
1 parent 19f139d commit 28163bb

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.docfx/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
}
118118
],
119119
"sitemap": {
120-
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0-pre.3",
120+
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0-pre.4",
121121
"changefreq": "monthly",
122122
"fileOptions": {
123123
"api/*": {

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
# [2.2.0-pre.4](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.2.0-pre.3...v2.2.0-pre.4) (2022-03-22)
9+
10+
11+
### Features
12+
13+
* **account:** add `IAccount`, `ISigner`, and `IAsyncSigner` interfaces ([19f139d](https://github.com/CareBoo/unity-algorand-sdk/commit/19f139db99e03e389d7f8abfad45e1bdb3b0667d)), closes [#82](https://github.com/CareBoo/unity-algorand-sdk/issues/82)
14+
815
# [2.2.0-pre.3](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.2.0-pre.2...v2.2.0-pre.3) (2022-03-21)
916

1017

package.json

Lines changed: 4 additions & 4 deletions
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": "2.2.0-pre.3",
4+
"version": "2.2.0-pre.4",
55
"unity": "2020.3",
66
"keywords": [
77
"algorand",
@@ -20,9 +20,9 @@
2020
"access": "public"
2121
},
2222
"repository": "github:CareBoo/unity-algorand-sdk",
23-
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0-pre.3/changelog",
24-
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0-pre.3",
25-
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0-pre.3/license",
23+
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0-pre.4/changelog",
24+
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0-pre.4",
25+
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0-pre.4/license",
2626
"author": {
2727
"name": "CareBoo",
2828
"url": "https://github.com/CareBoo"

0 commit comments

Comments
 (0)