Skip to content

Commit

Permalink
Prepare node bindings release (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Dec 2, 2024
1 parent 1be6d8e commit 0dea885
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions bindings_node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# @xmtp/node-bindings

## 0.0.27

- Switched to Ubuntu 22.04 for builds

## 0.0.25

- Fixed streaming by adding `napi4` feature to napi-rs
- Fixed streaming by adding `napi4` feature to napi-rs

## 0.0.24

- Fixed using `Vec` instead rust `Uint8Array` type in `is_installation_authorized`
- Fixed using `Vec` instead rust `Uint8Array` type in `is_installation_authorized`

## 0.0.23

- Added `is_installation_authorized` to `Client`
- Added `is_address_authorized` to `Client`
- Added `is_installation_authorized` to `Client`
- Added `is_address_authorized` to `Client`

## 0.0.22

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.26",
"version": "0.0.27",
"repository": {
"type": "git",
"url": "git+https://[email protected]/xmtp/libxmtp.git",
Expand Down

0 comments on commit 0dea885

Please sign in to comment.