Skip to content

Commit

Permalink
Bump version to v2.0.5
Browse files Browse the repository at this point in the history
Changelog: Try to catch errors from cron library related to kelektiv/node-cron#467
  • Loading branch information
oh2th committed Jun 9, 2023
1 parent ffe1058 commit f3d3218
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "fi.oh2th.alarmutils",
"version": "2.0.4",
"version": "2.0.5",
"compatibility": ">=5.0.0",
"sdk": 3,
"platforms": [
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit f3d3218

Please sign in to comment.