Skip to content

Commit 073a97b

Browse files
committedDec 12, 2024·
Release 0.1.5
1 parent 2ed6ff0 commit 073a97b

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.5 - 2024-12-12
4+
5+
### Added
6+
- Add the ability to `addMediaFile` to the account export stream.
7+
38
## 0.1.4 - 2024-12-02
49

510
### Changed

‎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.4",
4+
"version": "0.1.5",
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.