Prepare 2.18.0 Dev Branch

This commit is contained in:
Michael Teeuw 2021-10-01 15:25:54 +02:00
parent f7465679c0
commit a49459b253
3 changed files with 14 additions and 3 deletions

View File

@ -5,6 +5,17 @@ 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.18.0] - Unreleased (Develop Branch)
_This release is scheduled to be released on 2022-01-01._
### Added
### Updated
### Fixed
## [2.17.0] - 2021-10-01
Special thanks to the following contributors: @apiontek, @eouia, @jupadin, @khassel and @rejas.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "magicmirror",
"version": "2.17.0",
"version": "2.18.0-develop",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "magicmirror",
"version": "2.17.0",
"version": "2.18.0-develop",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

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