From 74052c897334570a8fd04d42950448a0f32825de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 10 Nov 2023 16:19:24 +0100 Subject: [PATCH] chore(release): Bump version to 4.9.0-beta.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a006ba3db..c3fbe7ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ Types of changes: - *Fixed* for any bug fixes. - *Security* in case of vulnerabilities. +## 4.9.0-beta.2 + +### Fixed + +- Avoid throwing on other share types than user @juliushaertl [#1153](https://github.com/nextcloud/notes/pull/1153) + +### Dependencies + +- Chore(deps): Bump @nextcloud/dialogs from 4.2.1 to 4.2.2 @dependabot[bot] [#1151](https://github.com/nextcloud/notes/pull/1151) + ## 4.9.0-beta.1 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 8dec8d8d6..4c116dc26 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 4.9.0-beta.1 + 4.9.0-beta.2 agpl Kristof Hamann Bernhard Posselt diff --git a/package.json b/package.json index 8a3a3e74f..3a5980f3c 100644 --- a/package.json +++ b/package.json @@ -45,5 +45,5 @@ "browserslist": [ "extends @nextcloud/browserslist-config" ], - "version": "4.9.0-beta.1" + "version": "4.9.0-beta.2" } \ No newline at end of file