From 1ff51822df2f071f1de7e29094102b0dbecbbf94 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 1 Oct 2019 19:47:40 +0200 Subject: [PATCH] Prepare 2.10.0-develop --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db20b96b..5881d2ab 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core. +## [2.10.0] - Unreleased (Develop Branch) + +*This release is scheduled to be released on 2020-01-01.* + +### Added + +### Updated + +### Fixed + ## [2.9.0] - 2019-10-01 ℹ️ **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`. If you are having issues running Electron, make sure your [Raspbian is up to date](https://www.raspberrypi.org/documentation/raspbian/updating.md). diff --git a/package-lock.json b/package-lock.json index 5c706deb..7f877443 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.9.0", + "version": "2.10.0-develop", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4685bbd0..038a2e01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.9.0", + "version": "2.10.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {