diff --git a/CHANGELOG.md b/CHANGELOG.md index f76e6710..8d4d7bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.6](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.5...v4.0.6) + +> 4 November 2020 + +- feat(ui): save items per page in local storage [`#816`](https://github.com/OpenZWave/Zwave2Mqtt/pull/816) +- chore(deps): bump chrisns/openzwave in /docker [`#815`](https://github.com/OpenZWave/Zwave2Mqtt/pull/815) +- fix(hass): misuse drying state for Full Power mode [`#775`](https://github.com/OpenZWave/Zwave2Mqtt/pull/775) +- chore(deps): bump actions/setup-node from v1 to v2.1.2 [`#768`](https://github.com/OpenZWave/Zwave2Mqtt/pull/768) +- chore(deps): bump prismjs from 1.21.0 to 1.22.0 [`#778`](https://github.com/OpenZWave/Zwave2Mqtt/pull/778) +- chore(deps): bump socket.io-client from 2.3.0 to 2.3.1 [`#759`](https://github.com/OpenZWave/Zwave2Mqtt/pull/759) +- chore(deps): bump pascalgn/automerge-action from v0.11.0 to v0.12.0 [`#772`](https://github.com/OpenZWave/Zwave2Mqtt/pull/772) +- fix(ui): vuetify deprecation `.native` [`#797`](https://github.com/OpenZWave/Zwave2Mqtt/pull/797) +- feat(hass): add deviceId '881-21-2' for Eurotronic Spirit Z-Wave Plus device [`#799`](https://github.com/OpenZWave/Zwave2Mqtt/pull/799) +- fix: update last active on value changes [`#798`](https://github.com/OpenZWave/Zwave2Mqtt/pull/798) +- fix: allow `/` char in name and location #790 [`#796`](https://github.com/OpenZWave/Zwave2Mqtt/pull/796) + #### [v4.0.5](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.4...v4.0.5) > 16 October 2020 @@ -26,6 +42,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - docker: update ozw to version 1.6.1382 [`#748`](https://github.com/OpenZWave/Zwave2Mqtt/pull/748) - feat(hass): Eurotronic Stella Z thermostat [`#746`](https://github.com/OpenZWave/Zwave2Mqtt/pull/746) - fix: Rows per page not set correctly (#793) [`#792`](https://github.com/OpenZWave/Zwave2Mqtt/issues/792) +- Release 4.0.5 [`43601f5`](https://github.com/OpenZWave/Zwave2Mqtt/commit/43601f51ac2b8d52a7269f8caf7d20d66398af26) - fix tag list composition [`55e0dc0`](https://github.com/OpenZWave/Zwave2Mqtt/commit/55e0dc0b69bd212130305989793037c33e588383) - fix tag list composition [`50cf1ad`](https://github.com/OpenZWave/Zwave2Mqtt/commit/50cf1add8ed6d52b90898c0fcd78cc9f90d5a63f) - fix tag list composition [`0e95d46`](https://github.com/OpenZWave/Zwave2Mqtt/commit/0e95d46235559c735e142b908c6f55a14a5753b5) diff --git a/package-lock.json b/package-lock.json index 3f128760..6d163934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "4.0.5", + "version": "4.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7deff2d8..272862d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "4.0.5", + "version": "4.0.6", "bin": "bin/www", "description": "Zwave To MQTT Gateway", "author": "Daniel Lando ",