Skip to content

Commit 6f50a7b

Browse files
authored
Release 2.31.0 (#3674)
begin next release
1 parent 9be625c commit 6f50a7b

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [2.31.0-develop] - unreleased
11+
12+
planned for 2025-04-01
13+
14+
> ⚠️ This release needs nodejs version `v20` or `v22 or higher`, minimum version is `v20.18.1`
15+
16+
### Added
17+
18+
### Changed
19+
20+
### Removed
21+
22+
### Updated
23+
24+
### Fixed
25+
1026
## [2.30.0] - 2025-01-01
1127

1228
Thanks to: @xsorifc28, @HeikoGr, @bugsounet, @khassel, @KristjanESPERANTO, @rejas, @sdetweil.

Collaboration.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Are done by
3737
- [ ] add min. node version: > ⚠️ This release needs nodejs version `v20` or `v22`, minimum version is `v20.9.0`
3838
- [ ] check release link at the bottom of the file
3939
- [ ] commit and push all changes
40+
- [ ] after successful test run via github actions: merge pull request to `develop`
4041
- [ ] after successful test run via github actions: create pull request from `develop` to `master` branch
4142
- [ ] add label `mastermerge`
4243
- [ ] title of the PR is `Release 2.xx.0`

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicmirror",
3-
"version": "2.30.0",
3+
"version": "2.31.0-develop",
44
"description": "The open source modular smart mirror platform.",
55
"keywords": [
66
"magic mirror",

0 commit comments

Comments
 (0)