From 7dafe90a194712e820b23a628378a656c41ff19b Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 10 Oct 2025 17:36:22 -0400 Subject: [PATCH 1/2] chore(release): bump version Signed-off-by: Elizabeth Danzberger --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 54a40b5bb..7451e0453 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - 9.0.0 + 9.0.1 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 8702561a1..7386871cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "9.0.0", + "version": "9.0.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.2", diff --git a/package.json b/package.json index b2da6d32b..cfa6eaf1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "9.0.0", + "version": "9.0.1", "authors": [ { "name": "Julius Härtl", From cec44a746bd82d4c0e8090f86dcc3ab4149beaa0 Mon Sep 17 00:00:00 2001 From: Elizabeth Danzberger Date: Fri, 10 Oct 2025 17:45:36 -0400 Subject: [PATCH 2/2] chore(release): update changelog Signed-off-by: Elizabeth Danzberger --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61158a114..1c5cb21f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ --> # Changelog +## 9.0.1 + +### Fixed +- Node cannot be found when within group folder by @blizzz in [#5081](https://github.com/nextcloud/richdocuments/pull/5081) +- Delete template source after initial token is generated for guest users by @kaiyou in [#5077](https://github.com/nextcloud/richdocuments/pull/5077) + +### Other +- Run Cypress on stable32 server version by @elzody in [#5078](https://github.com/nextcloud/richdocuments/pull/5078) +- NPM audits +- Dependency updates + ## 9.0.0 ### Added