diff --git a/CHANGELOG.md b/CHANGELOG.md index 82df7b26..46132b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,31 @@ 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.4](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.3...v4.0.4) + +> 28 September 2020 + +- docker: update ozw to 1.6.1280 [`#743`](https://github.com/OpenZWave/Zwave2Mqtt/pull/743) +- feat: parse value functions #739 [`#741`](https://github.com/OpenZWave/Zwave2Mqtt/pull/741) +- fix: replace currTemp.units.contains() with currTemp.units.includes() [`#733`](https://github.com/OpenZWave/Zwave2Mqtt/pull/733) +- fix: set temperature_unit in climate discovery #731 [`#732`](https://github.com/OpenZWave/Zwave2Mqtt/pull/732) +- chore(deps): [security] bump bl from 1.2.2 to 1.2.3 [`#712`](https://github.com/OpenZWave/Zwave2Mqtt/pull/712) +- chore(deps): [security] bump node-fetch from 2.6.0 to 2.6.1 [`#719`](https://github.com/OpenZWave/Zwave2Mqtt/pull/719) +- fix: extended allowed charaters in name/loc #720 [`#724`](https://github.com/OpenZWave/Zwave2Mqtt/pull/724) +- feat: OZW_NETWORK_KEY env var #680 [`#725`](https://github.com/OpenZWave/Zwave2Mqtt/pull/725) +- chore(deps-dev): bump release-it from 13.7.0 to 14.0.3 [`#723`](https://github.com/OpenZWave/Zwave2Mqtt/pull/723) +- fix: mesh failed removed and initializing colors [`#701`](https://github.com/OpenZWave/Zwave2Mqtt/pull/701) +- chore: bump deps and fix deprecations [`#702`](https://github.com/OpenZWave/Zwave2Mqtt/pull/702) +- chore(deps): upgrade vuetify from 2.3.4 to 2.3.5 [`#667`](https://github.com/OpenZWave/Zwave2Mqtt/pull/667) +- chore(deps): upgrade serialport from 9.0.0 to 9.0.1 [`#695`](https://github.com/OpenZWave/Zwave2Mqtt/pull/695) +- docs: fix anchor link in README [`#696`](https://github.com/OpenZWave/Zwave2Mqtt/pull/696) + #### [v4.0.3](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.2...v4.0.3) > 28 August 2020 - fix: quiet down custom-devices-related logs [`#689`](https://github.com/OpenZWave/Zwave2Mqtt/pull/689) +- Release 4.0.3 [`e2a18e0`](https://github.com/OpenZWave/Zwave2Mqtt/commit/e2a18e0a810b8a062c3f28768b83a087bff2f331) #### [v4.0.2](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.1...v4.0.2) diff --git a/package-lock.json b/package-lock.json index 77143ea2..2dde6bb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3faabbc..35a98366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "4.0.3", + "version": "4.0.4", "bin": "bin/www", "description": "Zwave To MQTT Gateway", "author": "Daniel Lando ",