From 12af14c74ea9d6c6bf447fbd24b35438c68fc88f Mon Sep 17 00:00:00 2001 From: Nextcloud Command Bot Date: Tue, 17 Dec 2024 09:46:03 +0000 Subject: [PATCH] chore(release): v5.0.8 [skip ci] --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7daa77707..61484595a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.0.8](https://github.com/nextcloud/calendar/compare/v5.0.7...v5.0.8) (2024-12-17) + + +### Bug Fixes + +* allow adding self to shared event ([1a68634](https://github.com/nextcloud/calendar/commit/1a6863462498718e2034fe369b707033033c0663)) + + + ## [5.0.7](https://github.com/nextcloud/calendar/compare/v5.0.6...v5.0.7) (2024-12-16) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3744d1402..01ce17ec5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -20,7 +20,7 @@ * ☑️ Tasks! See tasks with a due date directly in the calendar * 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries. ]]> - 5.0.7 + 5.0.8 agpl Richard Steinmetz Sebastian Krupinski diff --git a/package-lock.json b/package-lock.json index b32e44548..381a27801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "5.0.7", + "version": "5.0.8", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 64a0a00bc..cec63ab10 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calendar", "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.", - "version": "5.0.7", + "version": "5.0.8", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",