From 23874cbc6c88f7a8f4398c32d6d642e9017028dd Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Wed, 20 Nov 2024 16:17:48 +0000 Subject: [PATCH] chore(release): v5.0.4 [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 adae97d76..477364c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.0.4](https://github.com/nextcloud/calendar/compare/v5.0.3...v5.0.4) (2024-11-20) + + +### Bug Fixes + +* **release:** App signature ([f40ec12](https://github.com/nextcloud/calendar/commit/f40ec1257d6801449ea9c3873efc743db04c99d2)) + + + ## [5.0.3](https://github.com/nextcloud/calendar/compare/v5.0.2...v5.0.3) (2024-11-20) diff --git a/appinfo/info.xml b/appinfo/info.xml index 9f9b61d22..062864ea5 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.3 + 5.0.4 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 7e14e7822..68de8ca7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 80555c017..a1d523466 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.3", + "version": "5.0.4", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",