From aad8141e27318350712a2d453b529e7fd011dd7d Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Thu, 1 Jul 2021 14:34:02 +0200 Subject: [PATCH] Prepare v.2.17.0-develop --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d57bfd..e6639b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.17.0] - Unreleased (Develop Branch) + +_This release is scheduled to be released on 2021-07-01._ + +### Added + +### Updated + +### Fixed + ## [2.16.0] - 2021-07-01 Special thanks to the following contributors: @210954, @B1gG, @codac, @Crazylegstoo, @daniel, @earlman, @ezeholz, @FrancoisRmn, @jupadin, @khassel, @KristjanESPERANTO, @njwilliams, @oemel09, @r3wald, @rejas, @rico24, Faizan Ahmed. diff --git a/package-lock.json b/package-lock.json index c5e03f6b..83c64a08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magicmirror", - "version": "2.16.0", + "version": "2.17.0-develop", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "magicmirror", - "version": "2.16.0", + "version": "2.17.0-develop", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 12f62e26..229c8b1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.16.0", + "version": "2.17.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {