From 6fc8ff0758667909c8c30e8314eff16af925b265 Mon Sep 17 00:00:00 2001 From: Ezequiel Holzweissig Date: Thu, 13 Oct 2022 21:51:23 -0300 Subject: [PATCH] Release 2.3.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1560f1..41e8f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.3.7] - 2022-10-13 + +### Added + +- Header name to identify instances of modules (#283) + +### Fixed + +- API now grabs a single module, instead of every instance of the module (#282) + ## [2.3.6] - 2021-08-01 ### Fixed diff --git a/package.json b/package.json index 8cd07bd..b696603 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Magic-Mirror-Module-Remote-Control", - "version": "2.3.4", + "version": "2.3.7", "description": "This module for the Magic Mirror allows you to shutdown and configure your mirror through a web browser.", "repository": { "type": "git",