Release v2.25.0

This commit is contained in:
Michael Teeuw 2023-10-01 20:01:14 +02:00
parent 290b350856
commit 6ea94e4512
3 changed files with 7 additions and 5 deletions

View File

@ -5,9 +5,11 @@ 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.25.0] - Unreleased (`develop` branch)
## [2.25.0] - 2023-10-01
_This release is scheduled to be released on 2023-10-01._
Thanks to: @bugsounet, @dgoth, @dependabot, @kenzal, @Knapoc, @KristjanESPERANTO, @martingron, @NolanKingdon, @Paranoid93, @TeddyStarinvest and @Ybbet.
Special thanks to @khassel, @rejas and @sdetweil for taking over most (if not all) of the work on this release as project collaborators. This version would not be there without their effort. Thank you guys! You are awesome!
> ⚠️ This release needs nodejs version >= `v18`, older releases have reached end of life and will not work!

4
package-lock.json generated
View File

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

View File

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