From 39f498b9c7fce01947de1e22ec482c9b30248269 Mon Sep 17 00:00:00 2001 From: Akalai Violintzis Date: Wed, 20 Nov 2024 22:30:04 +0100 Subject: [PATCH] Release 2.5.0 --- CHANGELOG.md | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20dcfb9..9136214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## [2.5.0] - Unreleased (`develop` branch) +## [2.5.0] - 2024-11-20 ### Added - Added a spell checker and fixed problems that were found (#308). -- Added JavaScript linting (for the start with soft rules). -- Added GitHub workflow for linting and spell checking on every push and pull request. +- Added JavaScript linting (for the start with soft rules) (#310). +- Added GitHub workflow for linting and spell checking on every push and pull request (#310). +- Added Turkish language (#305) ## [2.4.0] - 2024-10-08 diff --git a/package.json b/package.json index 5240b48..c0689b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Magic-Mirror-Module-Remote-Control", - "version": "2.4.0", + "version": "2.5.0", "description": "This module for the MagicMirror allows you to shutdown and configure your mirror through a web browser.", "repository": { "type": "git",