Prepare 2.17.0 Release

This commit is contained in:
Michael Teeuw 2021-10-01 15:06:26 +02:00
parent 2a5299ebcb
commit f7465679c0
4 changed files with 157 additions and 157 deletions

View File

@ -5,9 +5,9 @@ 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² ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror²
## [2.17.0] - Unreleased (Develop Branch) ## [2.17.0] - 2021-10-01
_This release is scheduled to be released on 2021-10-01._ Special thanks to the following contributors: @apiontek, @eouia, @jupadin, @khassel and @rejas.
### Added ### Added

4
package-lock.json generated
View File

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

View File

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