From 6ec0aa88948e24f11dbe4e50a442a96db1089079 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 1 Oct 2020 12:19:57 +0200 Subject: [PATCH] Prepare 2.14.0-develop --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cae705..08610111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.14.0] - Unreleased (Develop Branch) + +_This release is scheduled to be released on 2021-01-01._ + +### Added + +### Updated + +### Deleted + +### Fixed + ## [2.13.0] - 2020-10-01 Special thanks to the following contributors: @bryanzzhu, @bugsounet, @chamakura, @cjbrunner, @easyas314, @larryare, @oemel09, @rejas, @sdetweil & @sthuber90. diff --git a/package-lock.json b/package-lock.json index 01c38c4d..204e37a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.13.0", + "version": "2.14.0-develop", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e4de9ac..8178fba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.13.0", + "version": "2.14.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {