diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2eee1a..bde0b129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ❤️ **Donate:** Enjoying MagicMirror²? [Please consider a donation!](https://magicmirror.builders/#donate) With your help we can continue to improve the MagicMirror². +## [2.32.0] - unreleased + +planned for 2025-07-01 + ## [2.31.0] - 2025-04-01 Thanks to: @Developer-Incoming, @eltociear, @geraki, @khassel, @KristjanESPERANTO, @MagMar94, @mixasgr, @n8many, @OWL4C, @rejas, @savvadam, @sdetweil. @@ -1720,6 +1724,7 @@ It includes (but is not limited to) the following features: This was part of the blogpost: [https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the](https://michaelteeuw.nl/post/83916869600/magic-mirror-part-vi-production-of-the) +[2.32.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.31.0...develop [2.31.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.30.0...v2.31.0 [2.30.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.29.0...v2.30.0 [2.29.0]: https://github.com/MagicMirrorOrg/MagicMirror/compare/v2.28.0...v2.29.0 diff --git a/Collaboration.md b/Collaboration.md index 435f1367..403a9fe1 100644 --- a/Collaboration.md +++ b/Collaboration.md @@ -56,7 +56,7 @@ Are done by - [ ] update `package.json` and `package-lock.json` to reflect correct version number `2.xx.0-develop` - [ ] draft new section in `CHANGELOG.md` - [ ] create new release link at the bottom of the file -- [ ] commit and publish `develop` branch +- [ ] commit and push `develop` branch - [ ] if new release will be in January, update the year in LICENSE.md ### After release diff --git a/package-lock.json b/package-lock.json index b3da529c..ca78e15d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magicmirror", - "version": "2.31.0", + "version": "2.32.0-develop", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magicmirror", - "version": "2.31.0", + "version": "2.32.0-develop", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b97e604e..e8f81bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicmirror", - "version": "2.31.0", + "version": "2.32.0-develop", "description": "The open source modular smart mirror platform.", "keywords": [ "magic mirror",