Skip to content

Commit 736f0a5

Browse files
Release 3.0.1
1 parent 6dfa536 commit 736f0a5

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,18 @@ 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.0.1] - 2025-03-09
9+
10+
### Fixed
11+
12+
- Solve issue when not using standard config file #320
13+
14+
### Changed
15+
16+
- chore: Add @stylistic/eslint-plugin and handle linter issues
17+
- chore: Replace eslint-plugin-import with eslint-plugin-import-x
18+
- chore: Update devDependencies
19+
820
## [3.0.0] - 2025-03-04
921

1022
There shouldn't be any breaking changes in this release. But since there are a some changes, which could lead to unexpected behavior, we decided to bump the major version.
@@ -418,6 +430,7 @@ Huge shout out to [shbatm](https://github.com/shbatm) for his work on this new m
418430

419431
### Initial release of the Remote Control module
420432

433+
[3.0.1]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.4...v3.0.1
421434
[3.0.0]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.4...v3.0.0
422435
[2.5.4]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.3...v2.5.4
423436
[2.5.3]: https://github.com/jopyth/MMM-Remote-Control/compare/v2.5.2...v2.5.3

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.0.0",
3+
"version": "3.0.1",
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)