Skip to content

Commit 39f498b

Browse files
committed
Release 2.5.0
1 parent bb690f6 commit 39f498b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ 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-
## [2.5.0] - Unreleased (`develop` branch)
8+
## [2.5.0] - 2024-11-20
99

1010
### Added
1111

1212
- Added a spell checker and fixed problems that were found (#308).
13-
- Added JavaScript linting (for the start with soft rules).
14-
- Added GitHub workflow for linting and spell checking on every push and pull request.
13+
- Added JavaScript linting (for the start with soft rules) (#310).
14+
- Added GitHub workflow for linting and spell checking on every push and pull request (#310).
15+
- Added Turkish language (#305)
1516

1617
## [2.4.0] - 2024-10-08
1718

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Magic-Mirror-Module-Remote-Control",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "This module for the MagicMirror allows you to shutdown and configure your mirror through a web browser.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)