Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Jan 15, 2025
1 parent 8a773bd commit 3350476
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# wallet-export-ts Changelog

## 0.1.6 - 2025-01-15

### Added
- Add validation for exported ActivityPub tarballs

### Changed
- Refactor `validateExportStream` to accept `ReadableStream` and improve file validation logic.

## 0.1.5 - 2024-12-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@interop/wallet-export-ts",
"description": "A Javascript/Typescript library for exporting Universal Wallet Backup Containers.",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
"clear": "rimraf dist/*",
Expand Down

0 comments on commit 3350476

Please sign in to comment.