Skip to content

Commit

Permalink
chore(release): 2.3.0-pre.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 24, 2022
1 parent 3d5b6e8 commit 3f993c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}
],
"sitemap": {
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0",
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.1",
"changefreq": "monthly",
"fileOptions": {
"api/*": {
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


# [2.3.0-pre.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.2.0...v2.3.0-pre.1) (2022-03-24)


### Features

* **indexer:** add new `IIndexerResponse<T>` and `IPaginatedIndexerResponse<T>` interfaces ([3b3abda](https://github.com/CareBoo/unity-algorand-sdk/commit/3b3abda9bad5e1d8b6964e07b0bdd8533b8aa5e4))
* **transaction:** add Indexer TransactionApplication model ([99f63fa](https://github.com/CareBoo/unity-algorand-sdk/commit/99f63fa443d4013bcda218cae45c9d1d0ed4f170))

# [2.2.0](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.1.1...v2.2.0) (2022-03-23)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "AlgoSdk",
"version": "2.2.0",
"version": "2.3.0-pre.1",
"unity": "2020.3",
"keywords": [
"algorand",
Expand All @@ -20,9 +20,9 @@
"access": "public"
},
"repository": "github:CareBoo/unity-algorand-sdk",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.2.0/license",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.1/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.1",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.1/license",
"author": {
"name": "CareBoo",
"url": "https://github.com/CareBoo"
Expand Down

0 comments on commit 3f993c5

Please sign in to comment.