Skip to content

Commit 3e7ce48

Browse files
authored
Prepare Node + WASM bindings releases (#1712)
* Prepare node bindings release * Prepare WASM bindings release
1 parent 36cd237 commit 3e7ce48

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

bindings_node/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @xmtp/node-bindings
22

3+
## 0.0.39
4+
5+
- Added `content_types` option to `ListMessagesOptions`
6+
- Removed `allowed_states`, `conversation_type`, and `include_sync_groups` from `ListConversationsOptions`
7+
- Added reaction content type
8+
- Added multi remote attachment content type
9+
- Added `find_messages_with_reactions` method to Conversation
10+
311
## 0.0.38
412

513
- Added `version.json` to package

bindings_node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/node-bindings",
3-
"version": "0.0.38",
3+
"version": "0.0.39",
44
"repository": {
55
"type": "git",
66
"url": "git+https://git@github.com/xmtp/libxmtp.git",

bindings_wasm/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @xmtp/wasm-bindings
22

3+
## 0.0.18
4+
5+
- Added `content_types` option to `ListMessagesOptions`
6+
- Removed `allowed_states`, `conversation_type`, and `include_sync_groups` from `ListConversationsOptions`
7+
- Added reaction content type
8+
- Added multi remote attachment content type
9+
- Added `find_messages_with_reactions` method to Conversation
10+
- Added consent and preferences streaming
11+
312
## 0.0.17
413

514
- Fixed HTTP Stream Deserialization

bindings_wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/wasm-bindings",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"type": "module",
55
"license": "MIT",
66
"description": "WASM bindings for the libXMTP rust library",

0 commit comments

Comments
 (0)