Skip to content

Commit

Permalink
chore(release): Liquid Auth Use-Wallet Client
Browse files Browse the repository at this point in the history
# 1.0.0-canary.1 (2024-10-02)

### Bug Fixes

* add extension ([f692afb](f692afb))
* make type declarations available ([8fa57e0](8fa57e0))
* path ([076ef10](076ef10))
* path to types/index ([a73524b](a73524b))
* tsconfig ([9fbd473](9fbd473))

### Features

* add [@algorandfoundation](https://github.com/algorandfoundation) at the start + removes postinstall script ([6468046](6468046))
* adds postinstall script ([a62440b](a62440b))
* first commit ([8bed96e](8bed96e))
  • Loading branch information
semantic-release-bot committed Oct 2, 2024
1 parent 950c65d commit a68f986
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0-canary.1 (2024-10-02)


### Bug Fixes

* add extension ([f692afb](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/commit/f692afbe1f9a6fdac2ef890d2e083d3b03cac8a5))
* make type declarations available ([8fa57e0](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/commit/8fa57e0f5435a6aaff8d05f999a8ae9c87a7875c))
* path ([076ef10](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/commit/076ef102d93ec5b17af4f5a519b84e18a26706f0))
* path to types/index ([a73524b](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/commit/a73524b2d50aa9c4bf9867eb01d35169bc0a6d0e))
* tsconfig ([9fbd473](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/commit/9fbd47353af25b0ddab31ff9c08fdeb56e065b4c))


### Features

* add [@algorandfoundation](https://github.com/algorandfoundation) at the start + removes postinstall script ([6468046](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/commit/6468046d155077c758e74ca1b7e7adee26aa005c))
* adds postinstall script ([a62440b](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/commit/a62440b794650f3b0b063dd5269c23beac1c0810))
* first commit ([8bed96e](https://github.com/algorandfoundation/liquid-auth-use-wallet-client/commit/8bed96ea700ffaec495cee6d1a076c60c3b8aade))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algorandfoundation/liquid-auth-use-wallet-client",
"version": "0.0.1",
"version": "1.0.0-canary.1",
"description": "A TypeScript library for Liquid Auth's Use-Wallet Client",
"main": "lib/index.js",
"type": "module",
Expand Down Expand Up @@ -83,4 +83,4 @@
}
]
}
}
}

0 comments on commit a68f986

Please sign in to comment.