From 57506b28f5bd12245e87d84163421f3743a1e959 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 16:47:03 +0000 Subject: [PATCH] chore(release): xHD Wallet API # 1.0.0-canary.1 (2024-10-15) ### Bug Fixes * fixes tsc-alias build command ([7b7e1a6](https://github.com/algorandfoundation/xHD-Wallet-API-ts/commit/7b7e1a6b3958479b7c6fd3516ecda550936cb7f8)) * updated CI and semantic-release ([e64acdf](https://github.com/algorandfoundation/xHD-Wallet-API-ts/commit/e64acdfe72dbfb137189ae1ef4eb83566e41e3bd)) ### Features * adds everything from ARC-52 PR ([5177334](https://github.com/algorandfoundation/xHD-Wallet-API-ts/commit/517733458b7e9a10c059c2ddd265956c7127bde2)) * rename, add semantic release ([84f2576](https://github.com/algorandfoundation/xHD-Wallet-API-ts/commit/84f2576f7d37fc0bfd48dd266f8623e2f7c9beef)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a293dd3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# 1.0.0-canary.1 (2024-10-15) + + +### Bug Fixes + +* fixes tsc-alias build command ([7b7e1a6](https://github.com/algorandfoundation/xHD-Wallet-API-ts/commit/7b7e1a6b3958479b7c6fd3516ecda550936cb7f8)) +* updated CI and semantic-release ([e64acdf](https://github.com/algorandfoundation/xHD-Wallet-API-ts/commit/e64acdfe72dbfb137189ae1ef4eb83566e41e3bd)) + + +### Features + +* adds everything from ARC-52 PR ([5177334](https://github.com/algorandfoundation/xHD-Wallet-API-ts/commit/517733458b7e9a10c059c2ddd265956c7127bde2)) +* rename, add semantic release ([84f2576](https://github.com/algorandfoundation/xHD-Wallet-API-ts/commit/84f2576f7d37fc0bfd48dd266f8623e2f7c9beef)) diff --git a/package.json b/package.json index 652f6ec..0580990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xhd-wallet-api", - "version": "0.0.1", + "version": "1.0.0-canary.1", "description": "A Typescript implementation of Algorand ARC-52 extended hierarchical determinstic wallets.", "exports": { ".": {