Skip to content

Commit 0c3f9f4

Browse files
authored
Merge pull request MagicMirrorOrg#2372 from sdetweil/update_node-ical
update node-ical to 0.12.4
2 parents a5a5e73 + 6b12601 commit 0c3f9f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ _This release is scheduled to be released on 2021-01-01._
5151
- Corrected logic for timeFormat "relative" and "absolute".
5252
- Fix Default Alert Module does not hide black overlay when alert is dismissed manually. (#2228)
5353
- Weather module - Always displays night icons when local is other then English. (#2221)
54+
- update Node-ical 0.12.4 , fix invalid RRULE format in cal entries
5455

5556
## [2.13.0] - 2020-10-01
5657

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"iconv-lite": "^0.6.2",
8181
"module-alias": "^2.2.2",
8282
"moment": "^2.29.1",
83-
"node-ical": "^0.12.3",
83+
"node-ical": "^0.12.4",
8484
"request": "^2.88.2",
8585
"rrule": "^2.6.6",
8686
"rrule-alt": "^2.2.8",

0 commit comments

Comments
 (0)