We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed6ff0 commit 073a97bCopy full SHA for 073a97b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# wallet-export-ts Changelog
2
3
+## 0.1.5 - 2024-12-12
4
+
5
+### Added
6
+- Add the ability to `addMediaFile` to the account export stream.
7
8
## 0.1.4 - 2024-12-02
9
10
### Changed
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.4",
+ "version": "0.1.5",
"scripts": {
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
"clear": "rimraf dist/*",
0 commit comments