Skip to content

Commit

Permalink
chore(release): xHD Wallet API
Browse files Browse the repository at this point in the history
# 1.0.0-canary.1 (2024-10-15)

### Bug Fixes

* fixes tsc-alias build command ([7b7e1a6](7b7e1a6))
* updated CI and semantic-release ([e64acdf](e64acdf))

### Features

* adds everything from ARC-52 PR ([5177334](5177334))
* rename, add semantic release ([84f2576](84f2576))
  • Loading branch information
semantic-release-bot committed Oct 15, 2024
1 parent e0982c0 commit 57506b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
".": {
Expand Down

0 comments on commit 57506b2

Please sign in to comment.