Skip to content

Commit 0d3eb81

Browse files
Release 3.2.7
1 parent 3669ebb commit 0d3eb81

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [3.2.7](https://github.com/jopyth/MMM-Remote-Control/compare/v3.2.6...v3.2.7) - 2025-10-09
9+
10+
### Added
11+
12+
- tests: expand unit coverage for API helpers, delayed execution, persistence flows, and notification routing
13+
- docs: add [tests/README.md](tests/README.md) to document the current stack, coverage focus, and roadmap
14+
15+
### Changed
16+
17+
- tests: raise coverage thresholds and include `API/**/*.js` in instrumentation while trimming brittle Express wiring suites
18+
- docs: refresh README badges and testing guidance to point contributors at the new documentation
19+
- chore: update dependencies
20+
821
## [3.2.6](https://github.com/jopyth/MMM-Remote-Control/compare/v3.2.5...v3.2.6) - 2025-10-01
922

1023
### Changed

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": "mmm-remote-control",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"description": "This module for the MagicMirror² allows you to shutdown and configure your mirror through a web browser.",
55
"keywords": [
66
"magic mirror",

0 commit comments

Comments
 (0)