From 6a0a6e561b881481616f62834e3b9122351d8d23 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Fri, 21 Aug 2020 17:35:13 +0200 Subject: [PATCH] Release 4.0.1 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee613295..51ba1007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v4.0.1](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.0...v4.0.1) + +> 21 August 2020 + +- fix: improved watch logic of customDevices #670 [`#675`](https://github.com/OpenZWave/Zwave2Mqtt/pull/675) +- feat: change meta theme-color based on theme #669 [`#671`](https://github.com/OpenZWave/Zwave2Mqtt/pull/671) +- feat: update docker to ozw 1.6.240 [`#673`](https://github.com/OpenZWave/Zwave2Mqtt/pull/673) +- docs: add security policy [`#659`](https://github.com/OpenZWave/Zwave2Mqtt/pull/659) +- chore(deps): [security] bump elliptic from 6.5.2 to 6.5.3 [`#650`](https://github.com/OpenZWave/Zwave2Mqtt/pull/650) +- chore(docker): Update OZW to version 1.6.1232 [`#645`](https://github.com/OpenZWave/Zwave2Mqtt/pull/645) +- fix: removeAssociation with multi instance devices [`#644`](https://github.com/OpenZWave/Zwave2Mqtt/pull/644) + ### [v4.0.0](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.4.1...v4.0.0) > 27 July 2020 @@ -12,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix: change default hass birth/will topic [`#639`](https://github.com/OpenZWave/Zwave2Mqtt/pull/639) - fix: set node status to initializing when firstly added [`#634`](https://github.com/OpenZWave/Zwave2Mqtt/pull/634) - chore(docker): stable builds and refactor [`#632`](https://github.com/OpenZWave/Zwave2Mqtt/pull/632) +- Release 4.0.0 [`ca1f92a`](https://github.com/OpenZWave/Zwave2Mqtt/commit/ca1f92a709f85cf751eb19ab3a6ad1e73d962535) #### [v3.4.1](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.4.0...v3.4.1) diff --git a/package-lock.json b/package-lock.json index 3f688cf9..b9e314e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 205f3ef2..89ea3659 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "4.0.0", + "version": "4.0.1", "bin": "bin/www", "description": "Zwave To MQTT Gateway", "author": "Daniel Lando ",