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 Dec 13, 2024
1 parent e640456 commit 2e06cac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bindings_wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @xmtp/wasm-bindings

## 0.0.8

- Added support for custom permission policy sets

## 0.0.7

- Moved `verify_signed_with_public_key` out of `Client`
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.7",
"version": "0.0.8",
"type": "module",
"license": "MIT",
"description": "WASM bindings for the libXMTP rust library",
Expand Down

0 comments on commit 2e06cac

Please sign in to comment.