Skip to content

Commit 34e00a8

Browse files
chore(release): 4.2.3
1 parent 414f10a commit 34e00a8

5 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [4.2.3](https://github.com/jopyth/MMM-Remote-Control/compare/v4.2.2...v4.2.3) (2026-02-21)
6+
7+
### Chores
8+
9+
- add "someaction" to cspell configuration ([b854832](https://github.com/jopyth/MMM-Remote-Control/commit/b854832ef44ed74b2e5af6723ab3aba9b9b2d958))
10+
- change variable declaration from let to const ([03626c5](https://github.com/jopyth/MMM-Remote-Control/commit/03626c5cd2398cb4ffa0c17adfc6db5f59e129f7))
11+
- refine automated tests workflow by specifying unit, integration, and DOM tests ([414f10a](https://github.com/jopyth/MMM-Remote-Control/commit/414f10a6a4ad6323adf6bb406e8fcc1c8ec86fd9))
12+
- update dependencies ([2093e9a](https://github.com/jopyth/MMM-Remote-Control/commit/2093e9aaa4ead2791b83934e189565c142b66c02))
13+
14+
### Tests
15+
16+
- expand unit coverage for core modules ([b36b36b](https://github.com/jopyth/MMM-Remote-Control/commit/b36b36bee2858079f627cd60bd20e01e384e760f))
17+
- update test script to streamline test execution ([648d6be](https://github.com/jopyth/MMM-Remote-Control/commit/648d6be5d1961a9c4e609bf9a806bb80557123b2))
18+
519
## [4.2.2](https://github.com/jopyth/MMM-Remote-Control/compare/v4.2.1...v4.2.2) (2026-02-07)
620

721
### Fixed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
],
2525
"categories": ["utilities", "productivity"],
2626
"prefer_related_applications": false,
27-
"version": "4.2.2"
27+
"version": "4.2.3"
2828
}

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

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = "mmm-remote-control-v4.2.2";
1+
const CACHE_NAME = "mmm-remote-control-v4.2.3";
22
const urlsToCache = [
33
"/remote.html",
44
"/css/main.css",

0 commit comments

Comments
 (0)