Skip to content

Commit

Permalink
Prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 22, 2024
1 parent 79971e9 commit 233b248
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bindings_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @xmtp/node-bindings

## 0.0.22

- Moved `verify_signed_with_public_key` out of `Client`

## 0.0.21

- Added `installation_id_bytes` to `Client`
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.21",
"version": "0.0.22",
"repository": {
"type": "git",
"url": "git+https://[email protected]/xmtp/libxmtp.git",
Expand Down
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.7

- Moved `verify_signed_with_public_key` out of `Client`

## 0.0.6

- Added `installation_id_bytes` to `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.6",
"version": "0.0.7",
"type": "module",
"license": "MIT",
"description": "WASM bindings for the libXMTP rust library",
Expand Down

0 comments on commit 233b248

Please sign in to comment.