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

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 12, 2020
1 parent 9d48cf6 commit f472b01
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ 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.3.0](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.2.2...v3.3.0)

> 12 June 2020
- chore: fix docker build and cross build even on pr [`#576`](https://github.com/OpenZWave/Zwave2Mqtt/pull/576)
- fix: mismatch between sample code and text [`#575`](https://github.com/OpenZWave/Zwave2Mqtt/pull/575)
- feat: improve docker build performances [`#572`](https://github.com/OpenZWave/Zwave2Mqtt/pull/572)
- chore(deps-dev): bump eslint-plugin-import from 2.21.1 to 2.21.2 [`#571`](https://github.com/OpenZWave/Zwave2Mqtt/pull/571)
- chore: add views in the docker image [`#569`](https://github.com/OpenZWave/Zwave2Mqtt/pull/569)
- bumped deps [`#564`](https://github.com/OpenZWave/Zwave2Mqtt/pull/564)
- chore(deps-dev): bump release-it from 13.6.1 to 13.6.2 [`#547`](https://github.com/OpenZWave/Zwave2Mqtt/pull/547)
- feat: reverse proxy dynamic subpath [`#540`](https://github.com/OpenZWave/Zwave2Mqtt/pull/540)
- chore: prettier-standard [`#550`](https://github.com/OpenZWave/Zwave2Mqtt/pull/550)
- 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)
- 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)

> 29 May 2020
Expand All @@ -25,6 +43,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump webpack-bundle-analyzer from 3.7.0 to 3.8.0 [`#510`](https://github.com/OpenZWave/Zwave2Mqtt/pull/510)
- chore(deps): bump vuetify from 2.2.28 to 2.2.29 [`#511`](https://github.com/OpenZWave/Zwave2Mqtt/pull/511)
- chore: add dependencies used for release [`#503`](https://github.com/OpenZWave/Zwave2Mqtt/pull/503)
- Release 3.2.2 [`9c8cde5`](https://github.com/OpenZWave/Zwave2Mqtt/commit/9c8cde58a6fedc4c5d501226a7227886cc4c3eb3)

#### [v3.2.1](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.2.0...v3.2.1)

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.2.2",
"version": "3.3.0",
"bin": "bin/www",
"description": "Zwave To MQTT Gateway",
"author": "Daniel Lando <[email protected]>",
Expand Down

0 comments on commit f472b01

Please sign in to comment.