From 69b0aa6118a00ba4171169642ba2e12090cbca3c Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Fri, 1 Jan 2021 19:27:07 +0100 Subject: [PATCH] Prepare v2.15.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 db1f60d0..5c65c504 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.15.0] - Unreleased (Develop Branch) + +_This release is scheduled to be released on 2021-04-01._ + +### Added + +### Updated + +### Removed + +### Fixed + ## [2.14.0] - 2021-01-01 Special thanks to the following contributors: @Alvinger, @AndyPoms, @ashishtank, @bluemanos, @flopp999, @jakemulley, @jakobsarwary1, @marvai-vgtu, @mirontoli, @rejas, @sdetweil, @Snille & @Sub028. diff --git a/package-lock.json b/package-lock.json index 6061a5c9..78b8165f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.14.0", + "version": "2.15.0-develop", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0eeb3bc3..969c60d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.14.0", + "version": "2.15.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {