Start of 2.27.0 develop branch.

This commit is contained in:
Michael Teeuw 2024-01-01 15:43:38 +01:00
parent 118e21238c
commit 5e346e7c0a
3 changed files with 15 additions and 3 deletions

View File

@ -5,6 +5,18 @@ 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.27.0] - Develop Branch (unreleased)
_This release is scheduled to be released on 2024-04-01._
### Added
### Updated
### Fixed
### Deleted
## [2.26.0] - 01-01-2024
Thanks to: @bnitkin, @bugsounet, @dependabot, @jkriegshauser, @kaennchenstruggle, @KristjanESPERANTO and @Ybbet.

4
package-lock.json generated
View File

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

View File

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