Skip to content

Commit

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

### Bug Fixes

* **accounts:** change encryption of LocalAccountStore to prevent crashes ([#222](#222)) ([d02fc90](d02fc90))
  • Loading branch information
semantic-release-bot committed Oct 3, 2023
1 parent d02fc90 commit 47d134e
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-exp.2",
"version": "5.0.0-exp.3",
"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-exp.3](https://github.com/CareBoo/unity-algorand-sdk/compare/v5.0.0-exp.2...v5.0.0-exp.3) (2023-10-03)


### Bug Fixes

* **accounts:** change encryption of LocalAccountStore to prevent crashes ([#222](https://github.com/CareBoo/unity-algorand-sdk/issues/222)) ([d02fc90](https://github.com/CareBoo/unity-algorand-sdk/commit/d02fc900b1b67fc6e69d73664c747c224965bc92))

# [5.0.0-exp.2](https://github.com/CareBoo/unity-algorand-sdk/compare/v5.0.0-exp.1...v5.0.0-exp.2) (2023-09-25)


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-exp.2",
"version": "5.0.0-exp.3",
"unity": "2021.3",
"keywords": [
"algorand",
Expand Down

0 comments on commit 47d134e

Please sign in to comment.