From 99e5edf2c59a76b1e573ecd1d6dfaa5ad1cd397e Mon Sep 17 00:00:00 2001 From: Karsten Hassel Date: Fri, 11 Jun 2021 01:00:05 +0200 Subject: [PATCH] add CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e5df9a..8bce2ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel, - Added custom-properties for gaps around body and between modules - Added test case for recurring calendar events - Added new Environment Canada provider for default WEATHER module (weather data for Canadian locations only) +- Added dev dependency jest, switching from mocha to jest ### Updated @@ -35,6 +36,8 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel, ### Removed +- switching from mocha to jest so removed following dev dependencies: chai, chai-as-promised, mocha, mocha-each, mocha-logger + ### Fixed - Fix calendar start function logging inconsistency.