Skip to content

Commit

Permalink
Prepare WASM + Node bindings release (#1593)
Browse files Browse the repository at this point in the history
* Prepare WASM bindings for release

* Prepare node bindings for release
  • Loading branch information
rygine authored Feb 4, 2025
1 parent 2df29e2 commit 460c3ca
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions bindings_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @xmtp/node-bindings

## 0.0.37

- Removed group pinned frame URL
- Fixed DB locking issues

## 0.0.36

- Fixed DM group metadata validation
Expand Down
2 changes: 1 addition & 1 deletion bindings_node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xmtp/node-bindings",
"version": "0.0.36",
"version": "0.0.37",
"repository": {
"type": "git",
"url": "git+https://[email protected]/xmtp/libxmtp.git",
Expand Down
6 changes: 6 additions & 0 deletions bindings_wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/wasm-bindings

## 0.0.14

- Removed group pinned frame URL
- Refactored streaming
- Fixed DB locking issues

## 0.0.13

- Fixed DM group validation across installations
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.13",
"version": "0.0.14",
"type": "module",
"license": "MIT",
"description": "WASM bindings for the libXMTP rust library",
Expand Down

0 comments on commit 460c3ca

Please sign in to comment.