Skip to content

Commit f498470

Browse files
chore(release): 4.1.3
1 parent 494f037 commit f498470

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.1.3](https://github.com/jopyth/MMM-Remote-Control/compare/v4.1.2...v4.1.3) (2026-01-04)
6+
7+
### Bug Fixes
8+
9+
- **ci:** handle missing defaults.js in test environments ([494f037](https://github.com/jopyth/MMM-Remote-Control/commit/494f03731a3d7e12add790a44eddd0bce123b37b))
10+
11+
### Code Refactoring
12+
13+
- remove formatName utility and update related references ([642e0fa](https://github.com/jopyth/MMM-Remote-Control/commit/642e0fa9c723515a0aece80f0239109b5923ea9e))
14+
15+
### Tests
16+
17+
- add unit tests for updateModuleApiMenu functionality ([96e2607](https://github.com/jopyth/MMM-Remote-Control/commit/96e26075361d2fb53727b3615a45d334bf781ff0))
18+
519
## [4.1.2](https://github.com/jopyth/MMM-Remote-Control/compare/v4.1.1...v4.1.2) (2026-01-04)
620

721
### Bug Fixes

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.1.2"
27+
"version": "4.1.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.1.2",
3+
"version": "4.1.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.1.2";
1+
const CACHE_NAME = "mmm-remote-control-v4.1.3";
22
const urlsToCache = [
33
"/remote.html",
44
"/css/main.css",

0 commit comments

Comments
 (0)