Skip to content

Commit

Permalink
Update node bindings version and changelog (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Jun 14, 2024
1 parent 43323ea commit 02163a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bindings_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @xmtp/mls-client-bindings-node

## 0.0.5

- Added ability to set group name and image URL during creation
- Added getter and setter for group image URL
- Renamed `add_erc1271_signature` to `add_scw_signature`

## 0.0.4

- Added `stream_all_messages`
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/mls-client-bindings-node",
"version": "0.0.4",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git+https://[email protected]/xmtp/libxmtp.git",
Expand Down

0 comments on commit 02163a7

Please sign in to comment.