fix update notification 2383

This commit is contained in:
Sam Detweiler 2020-12-31 09:08:23 -06:00
parent 4d09abe725
commit 020c8ccd2a
2 changed files with 2 additions and 1 deletions

View File

@ -59,6 +59,7 @@ _This release is scheduled to be released on 2021-01-01._
- Added missing function call in module.show()
- remove undefined objects from modules array (#2382)
- update node-ical version again, 0.12.7, change RRULE fix (#2371, #2379), node-ical now throws error (which we catch)
- update simple-git version to 2.31 unhandled promise rejection (#2383)
## [2.13.0] - 2020-10-01

View File

@ -83,7 +83,7 @@
"request": "^2.88.2",
"rrule": "^2.6.6",
"rrule-alt": "^2.2.8",
"simple-git": "^2.26.0",
"simple-git": "^2.31.0",
"socket.io": "^3.0.4",
"valid-url": "^1.0.9"
},