From a6829bff4fdeecd372c73838aca9b59047406026 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 1 Apr 2021 14:36:50 +0200 Subject: [PATCH] Prepare develop: v2.16.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 b08ab4c9..dca36d61 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.16.0] - Unreleased (Develop Branch) + +_This release is scheduled to be released on 2021-04-01._ + +### Added + +### Updated + +### Removed + +### Fixed + ## [2.15.0] - 2021-04-01 Special thanks to the following contributors: @EdgardosReis, @MystaraTheGreat, @TheDuffman85, @ashishtank, @buxxi, @codac, @fewieden, @khassel, @klaernie, @qu1que, @rejas, @sdetweil & @thomasrockhu. diff --git a/package-lock.json b/package-lock.json index b84201cc..de46ba1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.15.0", + "version": "2.16.0-develop", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0f1f1ddf..1c1251ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.15.0", + "version": "2.16.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {