Skip to content

Commit

Permalink
Merge pull request #33 from matrix-org/release-v0.1.0-beta.12
Browse files Browse the repository at this point in the history
v0.1.0-beta.12
  • Loading branch information
AndrewFerr authored Feb 1, 2024
2 parents d56d0f0 + 12cfc79 commit bf02be0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Matrix-Rust-SDK Node.js Bindings

## 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)

## 0.1.0-beta.11 - 2023-09-05

- Add `export_room_keys_for_session`. [#26](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/pull/26)
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Steps for releasing `matrix-sdk-crypto-wasm`
# Steps for releasing `matrix-rust-sdk-crypto-nodejs`

1. Create a new branch, named `release-v<version>`.
2. Update `CHANGELOG.md` and `git add` ready for commit on the next step.
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.11",
"version": "0.1.0-beta.12",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit bf02be0

Please sign in to comment.