Skip to content

Commit

Permalink
chore(release): 1.0.0-exp.22 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-exp.22](v1.0.0-exp.21...v1.0.0-exp.22) (2021-09-28)

### Bug Fixes

* 🐛 fix crash on ArrayComparer.Equals ([8ca1b06](8ca1b06))
* 🐛 fix issues with codegen and AOT compilation ([d2f9bdc](d2f9bdc))
  • Loading branch information
semantic-release-bot committed Sep 28, 2021
1 parent 8ca1b06 commit 99e01a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Packages/com.careboo.unity-algorand-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.0.0-exp.22](https://github.com/CareBoo/unity-algorand-sdk/compare/v1.0.0-exp.21...v1.0.0-exp.22) (2021-09-28)


### Bug Fixes

* :bug: fix crash on ArrayComparer.Equals ([8ca1b06](https://github.com/CareBoo/unity-algorand-sdk/commit/8ca1b06daedcbdf97650f4b79bd72a134238bec0))
* :bug: fix issues with codegen and AOT compilation ([d2f9bdc](https://github.com/CareBoo/unity-algorand-sdk/commit/d2f9bdc8f8c77b8afb690162c3fafda81b5f8c48))

# [1.0.0-exp.21](https://github.com/CareBoo/unity-algorand-sdk/compare/v1.0.0-exp.20...v1.0.0-exp.21) (2021-09-28)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.careboo.unity-algorand-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand SDK",
"version": "1.0.0-exp.21",
"version": "1.0.0-exp.22",
"unity": "2020.3",
"description": "WARNING: This package has not been audited and it should not be used in a production environment.",
"dependencies": {
Expand Down

0 comments on commit 99e01a8

Please sign in to comment.