From 6d018826f4af09c30ea8d30a9bb9ebff5045bc85 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 5 Dec 2023 13:35:06 +0000 Subject: [PATCH] v30.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a8c79f5..5e77167ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +Changes in [30.2.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v30.2.0) (2023-12-05) +================================================================================================== +## ✨ Features + +* Only await key query after lazy members resolved ([#3902](https://github.com/matrix-org/matrix-js-sdk/pull/3902)). Contributed by @BillCarsonFr. + +## 🐛 Bug Fixes + +* Rewrite receipt-handling code ([#3901](https://github.com/matrix-org/matrix-js-sdk/pull/3901)). Contributed by @andybalaam. +* Explicitly free some Rust-side objects ([#3911](https://github.com/matrix-org/matrix-js-sdk/pull/3911)). Contributed by @richvdh. +* Fix type for TimestampToEventResponse.origin\_server\_ts ([#3906](https://github.com/matrix-org/matrix-js-sdk/pull/3906)). Contributed by @Half-Shot. + + Changes in [30.1.0](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v30.1.0) (2023-11-21) ================================================================================================== ## ✨ Features diff --git a/package.json b/package.json index bb382e4f7..4b034f71a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "30.2.0-rc.0", + "version": "30.2.0", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=18.0.0"