Skip to content

Commit 7468a85

Browse files
chore(release): 1.0.0-canary.2 [skip ci]
# [1.0.0-canary.2](v1.0.0-canary.1...v1.0.0-canary.2) (2025-03-12) ### Bug Fixes * **axfer:** convert asset amount to undefined ([1cd1767](1cd1767)), closes [#24](#24)
1 parent 15a0a73 commit 7468a85

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.0.0-canary.2](https://github.com/algorandfoundation/algo-models/compare/v1.0.0-canary.1...v1.0.0-canary.2) (2025-03-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **axfer:** convert asset amount to undefined ([1cd1767](https://github.com/algorandfoundation/algo-models/commit/1cd1767cdfdc69e361ccfe8bcd48df4a73b1b76d)), closes [#24](https://github.com/algorandfoundation/algo-models/issues/24)
7+
18
# 1.0.0-canary.1 (2025-02-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algorandfoundation/algo-models",
3-
"version": "1.0.0-canary.1",
3+
"version": "1.0.0-canary.2",
44
"description": "This package is meant for integrators that want to add Algorand's functionality to their applications",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)