From b20246ff2335682df5bd440cf27b9f51e984a652 Mon Sep 17 00:00:00 2001 From: oznu Date: Tue, 2 Mar 2021 20:55:39 +1100 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d2a4222..38b1fb2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/). +# NEXT + +### Notable Changes + +* **Accessory Control:** [@Feilner](https://github.com/Feilner) added support for **Humidifier** / **Dehumidifier** accessory control in the UI ([#1100](https://github.com/oznu/homebridge-config-ui-x/pull/1100)) + +### Other Changes + +* **Plugins:** Better checking for release notes before an update ([#1103](https://github.com/oznu/homebridge-config-ui-x/pull/1103)) + ## 4.39.1 (2021-02-25) ### Other Changes diff --git a/package-lock.json b/package-lock.json index b062dec6c..c3b143c0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "homebridge-config-ui-x", - "version": "4.39.1", + "version": "4.40.0-test.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f493f88a..34007fa48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge-config-ui-x", "displayName": "Homebridge UI", - "version": "4.39.1", + "version": "4.40.0-test.1", "description": "A web based management, configuration and control platform for Homebridge", "license": "MIT", "author": "oznu ",