Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 30, 2020
1 parent 71d153d commit dd79d03
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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).

#### [v3.4.0](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.3.0...v3.4.0)

> 30 June 2020
- chore(deps): bumped deps [`#604`](https://github.com/OpenZWave/Zwave2Mqtt/pull/604)
- fix: remove refreshNodeInfo and auto heal options [`#603`](https://github.com/OpenZWave/Zwave2Mqtt/pull/603)
- feat: broadcast actions #596 [`#602`](https://github.com/OpenZWave/Zwave2Mqtt/pull/602)
- docs: fix typo [`#595`](https://github.com/OpenZWave/Zwave2Mqtt/pull/595)
- chore(deps-dev): bump terser-webpack-plugin from 3.0.3 to 3.0.5 [`#589`](https://github.com/OpenZWave/Zwave2Mqtt/pull/589)
- feat: improve support for Inovelli LWZ42 [`#574`](https://github.com/OpenZWave/Zwave2Mqtt/pull/574)

#### [v3.3.0](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.2.2...v3.3.0)

> 12 June 2020
Expand All @@ -20,6 +31,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: markdown linting [`#549`](https://github.com/OpenZWave/Zwave2Mqtt/pull/549)
- feat: support dynamically set min_temp and max_temp in climate #445 [`#507`](https://github.com/OpenZWave/Zwave2Mqtt/pull/507)
- fix: Honeywell 39358 Fan Control will be discovered as a fan an not a light [`#545`](https://github.com/OpenZWave/Zwave2Mqtt/pull/545)
- Release 3.3.0 [`f472b01`](https://github.com/OpenZWave/Zwave2Mqtt/commit/f472b013e6e9caeea567a0ede8156d0c14a9b79f)
- chore(deps): [security] bump websocket-extensions from 0.1.3 to 0.1.4 [`47c3abf`](https://github.com/OpenZWave/Zwave2Mqtt/commit/47c3abfb624009296d3ff0eda3f1c68290ee7578)

#### [v3.2.2](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.2.1...v3.2.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": "3.3.0",
"version": "3.4.0",
"bin": "bin/www",
"description": "Zwave To MQTT Gateway",
"author": "Daniel Lando <daniel.sorridi@gmail.com>",
Expand Down

0 comments on commit dd79d03

Please sign in to comment.