Skip to content

Commit

Permalink
v0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jun 11, 2024
1 parent d1e870a commit 85991a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Matrix-Rust-SDK Node.js Bindings

## 0.2.0-beta.1 - 2024-06-11

- Support Node.JS 22, drop support for 16, 19.
- Update matrix-rust-sdk dependency.
- `RoomId` no longer has a `localpart` property.


## 0.1.0-beta.12 - 2024-02-01

- Add prebuilt library support for 390x. [#32](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/pull/32)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrix-org/matrix-sdk-crypto-nodejs",
"version": "0.1.0-beta.12",
"version": "0.2.0-beta.1",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 85991a2

Please sign in to comment.