From dff4922a42469896be4025768aa059c3476e5dc4 Mon Sep 17 00:00:00 2001 From: RiotRobot Date: Tue, 4 Nov 2025 14:01:14 +0000 Subject: [PATCH] v39.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91d56c54c..ece387c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [39.1.2](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v39.1.2) (2025-11-04) +================================================================================================== +Re-release of v39.1.0 to fix npm publishing workflow + + + Changes in [39.1.1](https://github.com/matrix-org/matrix-js-sdk/releases/tag/v39.1.1) (2025-11-04) ================================================================================================== Re-release of v39.1.0 to fix npm publishing workflow diff --git a/package.json b/package.json index b2cefdef7..21c7aefb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-js-sdk", - "version": "39.1.1", + "version": "39.1.2", "description": "Matrix Client-Server SDK for Javascript", "engines": { "node": ">=22.0.0"