Skip to content

Commit 3f993c5

Browse files
chore(release): 2.3.0-pre.1 [skip ci]
# [2.3.0-pre.1](v2.2.0...v2.3.0-pre.1) (2022-03-24) ### Features * **indexer:** add new `IIndexerResponse<T>` and `IPaginatedIndexerResponse<T>` interfaces ([3b3abda](3b3abda)) * **transaction:** add Indexer TransactionApplication model ([99f63fa](99f63fa))
1 parent 3d5b6e8 commit 3f993c5

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-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",
120+
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.1",
121121
"changefreq": "monthly",
122122
"fileOptions": {
123123
"api/*": {

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.3.0-pre.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.2.0...v2.3.0-pre.1) (2022-03-24)
9+
10+
11+
### Features
12+
13+
* **indexer:** add new `IIndexerResponse<T>` and `IPaginatedIndexerResponse<T>` interfaces ([3b3abda](https://github.com/CareBoo/unity-algorand-sdk/commit/3b3abda9bad5e1d8b6964e07b0bdd8533b8aa5e4))
14+
* **transaction:** add Indexer TransactionApplication model ([99f63fa](https://github.com/CareBoo/unity-algorand-sdk/commit/99f63fa443d4013bcda218cae45c9d1d0ed4f170))
15+
816
# [2.2.0](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.1.1...v2.2.0) (2022-03-23)
917

1018

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",
4+
"version": "2.3.0-pre.1",
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/changelog",
24-
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0",
25-
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0/license",
23+
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.1/changelog",
24+
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.1",
25+
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.1/license",
2626
"author": {
2727
"name": "CareBoo",
2828
"url": "https://github.com/CareBoo"

0 commit comments

Comments
 (0)