Prepare 2.8.0-develop.

This commit is contained in:
Michael Teeuw 2019-04-01 21:26:39 +02:00
parent ba705f5563
commit 43ba13f3bc
3 changed files with 14 additions and 4 deletions

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.7.0",
"version": "2.8.0-develop",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {