Skip to content

Commit

Permalink
Prepare WASM bindings release
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 21, 2024
1 parent be19066 commit 36ed53f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bindings_wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @xmtp/wasm-bindings

## 0.0.6

- Added `installation_id_bytes` to `Client`
- Added `sign_with_installation_key`, `verify_signed_with_installation_key`, and `verify_signed_with_public_key` to `Client`

## 0.0.5

- Filtered out group membership messages from DM groups
Expand Down
2 changes: 1 addition & 1 deletion bindings_wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/wasm-bindings",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"license": "MIT",
"description": "WASM bindings for the libXMTP rust library",
Expand Down

0 comments on commit 36ed53f

Please sign in to comment.