chore: release 1.2.0

This commit is contained in:
Kristjan ESPERANTO 2025-07-26 10:48:44 +02:00
parent 6522be3cd5
commit a059c1cf8b
No known key found for this signature in database
3 changed files with 19 additions and 3 deletions

View file

@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0](https://github.com/edward-shen/MMM-pages/compare/v1.1.2...v1.2.0) - 2025-07-26
### Added
- feat: implement automatic timeout for hidden pages (request [#90](https://github.com/edward-shen/MMM-pages/issues/90))
### Changed
- chore: Update devDependencies
- refactor: simplify rotation control logic in `setRotation` method
### Fixed
- fix: correct rotation state check in `setRotation` method
- fix: use config value for rotation delay
## [1.1.2](https://github.com/edward-shen/MMM-pages/compare/v1.1.1...v1.1.2) - 2025-06-11 - Maintenance Release
### Changed

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mmm-pages",
"version": "1.1.2",
"version": "1.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mmm-pages",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.32.0",

View file

@ -1,6 +1,6 @@
{
"name": "mmm-pages",
"version": "1.1.2",
"version": "1.2.0",
"description": "Add pages to your MagicMirror².",
"main": "MMM-pages.js",
"type": "module",