We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336ddf9 commit 1d3e4bfCopy full SHA for 1d3e4bf
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# wallet-export-ts Changelog
2
3
+## 0.1.1 - 2024-10-17
4
+
5
+### Changed
6
+- Fix `build-dist.sh` script to actually export `exportActorProfile`.
7
8
## 0.1.0 - 2024-10-10
9
10
### Added
package.json
@@ -1,7 +1,7 @@
{
"name": "@interop/wallet-export-ts",
"description": "A Javascript/Typescript library for exporting Universal Wallet Backup Containers.",
- "version": "0.1.0",
+ "version": "0.1.1",
"scripts": {
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
"clear": "rimraf dist/*",
0 commit comments