Skip to content

Commit 858681d

Browse files
committedOct 11, 2024
Release 0.1.0
1 parent 581020e commit 858681d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# wallet-export-ts Changelog
22

3-
## 1.0.0 - TBD
3+
## 0.1.0 - 2024-10-10
44

55
### Added
66

7-
- Initial commit.
7+
- Initial commit, implement `exportActorProfile()`.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@interop/wallet-export-ts",
33
"description": "A Javascript/Typescript library for exporting Universal Wallet Backup Containers.",
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"scripts": {
66
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
77
"clear": "rimraf dist/*",

0 commit comments

Comments
 (0)