diff --git a/CHANGELOG.md b/CHANGELOG.md index 6721eefbe..607e51f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0-alpha.39 / 10 Dec 2025 +While this is an alpha release, new servers should use this rather than an older "stable" version. + +Fixes: + * Fix requesting a password reset. (#3511, #3512) + ## 2.0.0-alpha.38 / 18 Nov 2025 While this is an alpha release, new servers should use this rather than an older "stable" version. diff --git a/npm/package.json b/npm/package.json index 0662dd2d2..752166b30 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-web", - "version": "2.0.0-alpha.38", + "version": "2.0.0-alpha.39", "description": "Web client for üWave servers.", "author": "Renée Kooi ", "license": "MIT", diff --git a/package-lock.json b/package-lock.json index 2f687dff7..c8573b9ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "u-wave-web-build", - "version": "2.0.0-alpha.38", + "version": "2.0.0-alpha.39", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "u-wave-web-build", - "version": "2.0.0-alpha.38", + "version": "2.0.0-alpha.39", "license": "MIT", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.7.2", @@ -13617,7 +13617,7 @@ }, "npm": { "name": "u-wave-web", - "version": "2.0.0-alpha.38", + "version": "2.0.0-alpha.39", "license": "MIT", "dependencies": { "env-schema": "^7.0.0", diff --git a/package.json b/package.json index 15c694586..e3352e0b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "u-wave-web-build", "description": "Web client for üWave servers.", - "version": "2.0.0-alpha.38", + "version": "2.0.0-alpha.39", "author": "Renée Kooi ", "type": "module", "dependencies": {