From 20d82bab78625c59469e2104e1706d204bc84827 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 1 Oct 2020 11:55:18 +0200 Subject: [PATCH] Prepare 2.13.0 --- CHANGELOG.md | 20 ++++++++++---------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa2a66c..b4cae705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ This project adheres to [Semantic Versioning](https://semver.org/). ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² -## [2.13.0] - Unreleased (Develop Branch - Please add your contributions to this release.) +## [2.13.0] - 2020-10-01 -_This release is scheduled to be released on 2020-10-01._ +Special thanks to the following contributors: @bryanzzhu, @bugsounet, @chamakura, @cjbrunner, @easyas314, @larryare, @oemel09, @rejas, @sdetweil & @sthuber90. + +ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. ### Added @@ -17,10 +19,10 @@ _This release is scheduled to be released on 2020-10-01._ - Test coverage with Istanbul, run it with `npm run test:coverage`. - Add lithuanian language. - Added support in weatherforecast for OpenWeather onecall API. -- Added config option to calendar-icons for recurring- and fullday-events -- Added current, hourly (max 48), and daily (max 7) weather forecasts to weather module via OpenWeatherMap One Call API -- Added eslint-plugin for jsdoc comments -- Added new configDeepMerge option for module developers +- Added config option to calendar-icons for recurring- and fullday-events. +- Added current, hourly (max 48), and daily (max 7) weather forecasts to weather module via OpenWeatherMap One Call API. +- Added eslint-plugin for jsdoc comments. +- Added new configDeepMerge option for module developers. ### Updated @@ -28,10 +30,8 @@ _This release is scheduled to be released on 2020-10-01._ - Cleaned up newsfeed module. - Cleaned up jsdoc comments. - Cleaned up clock tests. -- Move lodash into devDependencies, update other dependencies -- Switch from ical to node-ical library - -### Deleted +- Move lodash into devDependencies, update other dependencies. +- Switch from ical to node-ical library. ### Fixed diff --git a/package-lock.json b/package-lock.json index 62024f8e..01c38c4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.13.0-develop", + "version": "2.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 525ba1f4..5e4de9ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.13.0-develop", + "version": "2.13.0", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {