Skip to content

Commit

Permalink
Prepare WASM bindings for release (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Oct 31, 2024
1 parent 0fee05c commit c1066eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bindings_wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xmtp/wasm-bindings

## 0.0.2

- Added sort direction to `WasmListMessagesOptions`
- Added `allowed_states` and `conversation_type` to `WasmListConversationsOptions`
- Added `dm_peer_inbox_id` method to `WasmGroup`
- Added `create_dm`, `find_dm_by_target_inbox_id`, `list_groups`, and `list_dms` methods to `WasmConversations`

## 0.0.1

Initial release
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.1",
"version": "0.0.2",
"license": "MIT",
"description": "WASM bindings for the libXMTP rust library",
"keywords": [
Expand Down

0 comments on commit c1066eb

Please sign in to comment.