Skip to content

Commit

Permalink
chore(release): 2.3.0-pre.3 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0-pre.3](v2.3.0-pre.2...v2.3.0-pre.3) (2022-03-25)

### Features

* **errors:** serializer read errors now print the full message they're deserializing ([b67db2a](b67db2a))
* **formatter:** add `isStrict` to `AlgoApiObjectFormatter` ([d8467c6](d8467c6))
  • Loading branch information
semantic-release-bot committed Mar 25, 2022
1 parent bddfb74 commit 4a88f79
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.3.0-pre.2",
"baseUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.3",
"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.3](https://github.com/CareBoo/unity-algorand-sdk/compare/v2.3.0-pre.2...v2.3.0-pre.3) (2022-03-25)


### Features

* **errors:** serializer read errors now print the full message they're deserializing ([b67db2a](https://github.com/CareBoo/unity-algorand-sdk/commit/b67db2a0dd52bd3bfacc7d4b66a242beafcca950))
* **formatter:** add `isStrict` to `AlgoApiObjectFormatter` ([d8467c6](https://github.com/CareBoo/unity-algorand-sdk/commit/d8467c632172fb41e207cc13b76d45717665f26a))

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


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.3.0-pre.2",
"version": "2.3.0-pre.3",
"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.3.0-pre.2/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.2",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.2/license",
"changelogUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.3/changelog",
"documentationUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.3",
"licensesUrl": "https://careboo.github.io/unity-algorand-sdk/2.3.0-pre.3/license",
"author": {
"name": "CareBoo",
"url": "https://github.com/CareBoo"
Expand Down

0 comments on commit 4a88f79

Please sign in to comment.