From 43ba13f3bcc529f779bd64397e6dfc9ca28ec0a7 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Mon, 1 Apr 2019 21:26:39 +0200 Subject: [PATCH] Prepare 2.8.0-develop. --- CHANGELOG.md | 14 ++++++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04acfd5f..4c4160af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,22 @@ 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.8.0] - Unreleased + +*This release is scheduled to be released on 2019-04-01.* + +### Added + +### Updated + +### Fixed + ## [2.7.0] - 2019-04-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). -❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror² core. - ### Added - Italian translation for "Feels" - Basic Klingon (tlhIngan Hol) translations diff --git a/package-lock.json b/package-lock.json index 611c101c..d87793e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.7.0", + "version": "2.8.0-develop", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 388b9ef8..37fc0a69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.7.0", + "version": "2.8.0-develop", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": {