Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeholz committed Feb 19, 2021
1 parent 7263211 commit 5ded42a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# MMM Remote Control Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.3.2] - 2021-02-19

### Fixed
- `value` now travels along with the payload when slide or input it's used on Custom Menus. (#251)

### Changed
- If you use slide or input, and you add a string payload, it'll now be available in the `string` object of the payload.

## [2.3.1] - 2020-12-29

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Magic-Mirror-Module-Remote-Control",
"version": "2.3.0",
"version": "2.3.2",
"description": "This module for the Magic Mirror allows you to shutdown and configure your mirror through a web browser.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5ded42a

Please sign in to comment.