Start of 2.12.0-develop

This commit is contained in:
Michael Teeuw 2020-04-01 12:28:40 +02:00
parent 46df59d77a
commit 501a314597
3 changed files with 13 additions and 2 deletions

View File

@ -5,6 +5,17 @@ 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²
## [2.12.0] - Unreleased (Develop Branch)
*This release is scheduled to be released on 2020-04-01.*
# Added
# Updated
# Deleted
## [2.11.0] - 2020-04-01
🚨 READ THIS BEFORE UPDATING 🚨

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "magicmirror",
"version": "2.11.0",
"version": "2.12.0-develop",
"description": "The open source modular smart mirror platform.",
"main": "js/electron.js",
"scripts": {