Skip to content

Commit

Permalink
Release 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Sep 28, 2020
1 parent 8af9a72 commit 2c5f939
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 2c5f939

Please sign in to comment.