Skip to content

Commit

Permalink
Prepare node bindings for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Oct 11, 2024
1 parent 387d033 commit 7c1912c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion bindings_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# @xmtp/mls-client-bindings-node
# @xmtp/node-bindings

## 0.0.13

- Added logging option when creating a client
- Added `inboxAddresses` to client

## 0.0.12

Expand Down
4 changes: 2 additions & 2 deletions 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.12",
"name": "@xmtp/node-bindings",
"version": "0.0.13",
"repository": {
"type": "git",
"url": "git+https://git@github.com/xmtp/libxmtp.git",
Expand Down
4 changes: 2 additions & 2 deletions bindings_node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1503,9 +1503,9 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/mls-client-bindings-node@workspace:.":
"@xmtp/node-bindings@workspace:.":
version: 0.0.0-use.local
resolution: "@xmtp/mls-client-bindings-node@workspace:."
resolution: "@xmtp/node-bindings@workspace:."
dependencies:
"@ianvs/prettier-plugin-sort-imports": "npm:^4.2.1"
"@napi-rs/cli": "npm:^3.0.0-alpha.55"
Expand Down

0 comments on commit 7c1912c

Please sign in to comment.