From 0265f6ea2d83a150613a7f8c9f7fad50a85e4d38 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 24 Jun 2025 12:40:23 +0000 Subject: [PATCH 1/2] v37.10.0-rc.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8cc3b734..4d0ca39fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "37.9.0", + "version": "37.10.0-rc.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=22.0.0" From b095aa600d86b6a9cfa6ac23727f7a9ea90bbdf3 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 1 Jul 2025 14:53:40 +0000 Subject: [PATCH 2/2] v37.10.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 165fc7135..156b43b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +Changes in [37.10.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.10.0) (2025-07-01) +==================================================================================================== +## ✨ Features + +* Update matrix-sdk-crypto-wasm to `15.0.0` ([#4882](https://github.com/matrix-org/matrix-js-sdk/pull/4882)). Contributed by @richvdh. +* Allow customizing the IndexedDB database prefix used by Rust crypto. ([#4878](https://github.com/matrix-org/matrix-js-sdk/pull/4878)). Contributed by @clokep. +* Remove `@matrix-org/olm` from dependency list ([#4876](https://github.com/matrix-org/matrix-js-sdk/pull/4876)). Contributed by @richvdh. +* Redact on ban: Client implementation ([#4867](https://github.com/matrix-org/matrix-js-sdk/pull/4867)). Contributed by @turt2live. + + Changes in [37.9.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v37.9.0) (2025-06-17) ================================================================================================== ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 4d0ca39fe..9200b1f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "37.10.0-rc.0", + "version": "37.10.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=22.0.0"