From f3d321840555696d831ed9b2ed859c80298560db Mon Sep 17 00:00:00 2001 From: Tapio Heiskanen Date: Fri, 9 Jun 2023 07:32:18 +0300 Subject: [PATCH] Bump version to v2.0.5 Changelog: Try to catch errors from cron library related to https://github.com/kelektiv/node-cron/issues/467 --- .homeychangelog.json | 3 +++ .homeycompose/app.json | 2 +- app.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.homeychangelog.json b/.homeychangelog.json index 54525bc..eb7a75d 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -73,5 +73,8 @@ }, "2.0.4": { "en": "More error handling in getNextScheduledTime() to handle https://github.com/kelektiv/node-cron/issues/467 related issues." + }, + "2.0.5": { + "en": "Try to catch errors from cron library related to https://github.com/kelektiv/node-cron/issues/467" } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 40e0c65..bcd3069 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "fi.oh2th.alarmutils", - "version": "2.0.4", + "version": "2.0.5", "compatibility": ">=5.0.0", "sdk": 3, "platforms": [ diff --git a/app.json b/app.json index 0466f77..361dd2a 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "fi.oh2th.alarmutils", - "version": "2.0.4", + "version": "2.0.5", "compatibility": ">=5.0.0", "sdk": 3, "platforms": [