Skip to content

Commit b8e0e2a

Browse files
committed
Release 2.26.0
1 parent a927eb2 commit b8e0e2a

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ This project adheres to [Semantic Versioning](https://semver.org/).
55

66
❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/donate) With your help we can continue to improve the MagicMirror².
77

8-
## [2.26.0] - Unreleased (`develop` branch)
8+
## [2.26.0] - 01-01-2024
99

10-
_This release is scheduled to be released on 2024-01-01._
10+
Thanks to: @bnitkin, @bugsounet, @dependabot, @jkriegshauser, @kaennchenstruggle, @KristjanESPERANTO and @Ybbet.
11+
12+
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!
13+
14+
This release also marks the latest release by Michael Teeuw. For more info, please read the following post: [A New Chapter for MagicMirror: The Community Takes the Lead](https://forum.magicmirror.builders/topic/18329/a-new-chapter-for-magicmirror-the-community-takes-the-lead).
1115

1216
### Added
1317

14-
- Added updatenotification Updater (for 3rd party modules)
18+
- Added update notification updater (for 3rd party modules)
1519
- Added node 21 to the test matrix
1620
- Added transform object to calendar:customEvents
1721
- Added ESLint rules for jest (including jest/expect-expect and jest/no-done-callback)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicmirror",
3-
"version": "2.26.0-develop",
3+
"version": "2.26.0",
44
"description": "The open source modular smart mirror platform.",
55
"main": "js/electron.js",
66
"scripts": {

0 commit comments

Comments
 (0)