Skip to content

Commit 1d3e4bf

Browse files
committedOct 17, 2024·
Release 0.1.1
1 parent 336ddf9 commit 1d3e4bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

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

3+
## 0.1.1 - 2024-10-17
4+
5+
### Changed
6+
- Fix `build-dist.sh` script to actually export `exportActorProfile`.
7+
38
## 0.1.0 - 2024-10-10
49

510
### Added

‎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.1.0",
4+
"version": "0.1.1",
55
"scripts": {
66
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
77
"clear": "rimraf dist/*",

0 commit comments

Comments
 (0)
Please sign in to comment.