From 983de394b390522e090b6d56412ad0b1bf2beddc Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Wed, 18 Sep 2024 15:14:43 +0200 Subject: [PATCH] chore(release): Bump version to 1.0.2 Signed-off-by: Julius Knorr --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3406268..294a759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 1.0.2 + +### Fixed + +- fix: Make template file creator registration compatible with 28/29 @juliushaertl [#169](https://github.com/nextcloud/whiteboard/pull/169) +- fix: Use proper server url parameter from the frontend @juliushaertl [#167](https://github.com/nextcloud/whiteboard/pull/167) +- fix: Update room data in storage when adding a file @juliushaertl [#170](https://github.com/nextcloud/whiteboard/pull/170) +- fix: Properly set URL for settings check if running in a subdirectory @juliushaertl [#158](https://github.com/nextcloud/whiteboard/pull/158) + ## 1.0.1 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index c1f770b..6d82eee 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w ]]> - 1.0.1 + 1.0.2 agpl Julius Härtl Whiteboard diff --git a/package.json b/package.json index 90f94a5..de897b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whiteboard", - "version": "1.0.1", + "version": "1.0.2", "license": "AGPL-3.0-or-later", "private": true, "type": "module",