From 3f993c51dd2f1cd4496f86c1ac4de94f59c44943 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Mar 2022 17:43:27 +0000 Subject: [PATCH] chore(release): 2.3.0-pre.1 [skip ci] # [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` and `IPaginatedIndexerResponse` 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)) --- .docfx/docfx.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.docfx/docfx.json b/.docfx/docfx.json index 63dbc1b7b..d035db83b 100644 --- a/.docfx/docfx.json +++ b/.docfx/docfx.json @@ -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/*": { diff --git a/CHANGELOG.md b/CHANGELOG.md index d217d68ff..8a0d42a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` and `IPaginatedIndexerResponse` 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) diff --git a/package.json b/package.json index 999830d9f..0701e4d46 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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"