Skip to content

Commit

Permalink
chore(release): 5.0.0-pre.2 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-pre.2](v5.0.0-pre.1...v5.0.0-pre.2) (2023-10-13)

### Features

* **algod:** ✨ add `round` field to `Algorand.Unity.Algod.Box` ([7796b7d](7796b7d))
  • Loading branch information
semantic-release-bot committed Oct 13, 2023
1 parent a69d309 commit e6f51fd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand.Unity",
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"unity": "2021.3",
"keywords": [
"algorand",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).


# [5.0.0-pre.2](https://github.com/CareBoo/unity-algorand-sdk/compare/v5.0.0-pre.1...v5.0.0-pre.2) (2023-10-13)


### Features

* **algod:** :sparkles: add `round` field to `Algorand.Unity.Algod.Box` ([7796b7d](https://github.com/CareBoo/unity-algorand-sdk/commit/7796b7d1a6e071c54cb47897b466de8e32780476))

# [5.0.0-pre.1](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.1.0...v5.0.0-pre.1) (2023-10-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand.Unity",
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"unity": "2021.3",
"keywords": [
"algorand",
Expand Down

0 comments on commit e6f51fd

Please sign in to comment.