Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Nov 12, 2024
1 parent c779568 commit 767658b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# wallet-export-ts Changelog

## 0.1.2 - 2024-11-12

### Added
- Add `importActorProfile()` function for ActivityPub Actor profiles (the reverse of `exportActorProfile`).

## 0.1.1 - 2024-10-17

### Changed
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.1",
"version": "0.1.2",
"scripts": {
"build": "npm run clear && tsc -p tsconfig.json && ./build-dist.sh",
"clear": "rimraf dist/*",
Expand Down

0 comments on commit 767658b

Please sign in to comment.