Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 29, 2020
1 parent a303841 commit 9c8cde5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
29 changes: 26 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,42 @@ 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.2.2](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.2.1...v3.2.2)

> 29 May 2020
- fix: readonly fields not updating on changes in UI #480 [`#538`](https://github.com/OpenZWave/Zwave2Mqtt/pull/538)
- chore(deps-dev): bump @babel/core from 7.9.6 to 7.10.1 [`#535`](https://github.com/OpenZWave/Zwave2Mqtt/pull/535)
- fix: offline icons not showing #508 [`#537`](https://github.com/OpenZWave/Zwave2Mqtt/pull/537)
- chore(deps-dev): bump @babel/plugin-transform-runtime [`#531`](https://github.com/OpenZWave/Zwave2Mqtt/pull/531)
- chore(deps-dev): bump @babel/plugin-syntax-import-meta [`#530`](https://github.com/OpenZWave/Zwave2Mqtt/pull/530)
- chore(deps-dev): bump @babel/plugin-proposal-class-properties [`#529`](https://github.com/OpenZWave/Zwave2Mqtt/pull/529)
- chore(deps-dev): bump terser-webpack-plugin from 3.0.1 to 3.0.2 [`#526`](https://github.com/OpenZWave/Zwave2Mqtt/pull/526)
- chore(deps): bump vuetify from 2.2.29 to 2.2.30 [`#520`](https://github.com/OpenZWave/Zwave2Mqtt/pull/520)
- fix: payload parse of rgb dimmers #488 [`#516`](https://github.com/OpenZWave/Zwave2Mqtt/pull/516)
- chore(deps-dev): bump mocha from 7.1.2 to 7.2.0 [`#518`](https://github.com/OpenZWave/Zwave2Mqtt/pull/518)
- chore(deps-dev): bump node-notifier from 7.0.0 to 7.0.1 [`#517`](https://github.com/OpenZWave/Zwave2Mqtt/pull/517)
- chore(deps-dev): bump @mdi/font from 5.2.45 to 5.3.45 [`#519`](https://github.com/OpenZWave/Zwave2Mqtt/pull/519)
- chore(deps): bump vue-router from 3.1.6 to 3.2.0 [`#505`](https://github.com/OpenZWave/Zwave2Mqtt/pull/505)
- chore(deps): bump mqtt from 4.0.1 to 4.1.0 [`#506`](https://github.com/OpenZWave/Zwave2Mqtt/pull/506)
- 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)

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

> 18 May 2020
- get version from package json [`#502`](https://github.com/OpenZWave/Zwave2Mqtt/pull/502)
- fix: regex for release branch tag [`#499`](https://github.com/OpenZWave/Zwave2Mqtt/pull/499)
- Release 3.2.0 [`6ee08a8`](https://github.com/OpenZWave/Zwave2Mqtt/commit/6ee08a88cfa50ef594a0c4e12b852ddaf0dbf519)
- Release 3.2.1 [`5dcb839`](https://github.com/OpenZWave/Zwave2Mqtt/commit/5dcb839f9b21fd63152125926dcd377997c7f3b9)
- get bash from env rather than rely on /bin [`cb59477`](https://github.com/OpenZWave/Zwave2Mqtt/commit/cb59477eab86811e1b159d969934f73a57b5feea)
- revert release to trigger new github action [`f0b98f4`](https://github.com/OpenZWave/Zwave2Mqtt/commit/f0b98f4593822f9809322750415880a83d69dcfb)
- chmod +x package.sh [`71f3974`](https://github.com/OpenZWave/Zwave2Mqtt/commit/71f397457edf675f230c56e8c562904d31dca99c)

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

> 18 May 2020
- fix: regex for release branch tag [`#499`](https://github.com/OpenZWave/Zwave2Mqtt/pull/499)
- chore: fix breaking changes and bump to [email protected] [`#497`](https://github.com/OpenZWave/Zwave2Mqtt/pull/497)
- fix last references to docker image on openzwave/. [`#498`](https://github.com/OpenZWave/Zwave2Mqtt/pull/498)
- chore: revert back to robertslando repo and [`#496`](https://github.com/OpenZWave/Zwave2Mqtt/pull/496)
Expand Down Expand Up @@ -53,6 +74,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore: docker build dispatch event [`#447`](https://github.com/OpenZWave/Zwave2Mqtt/pull/447)
- fix: mesh link color with dark mode #444 [`#446`](https://github.com/OpenZWave/Zwave2Mqtt/pull/446)
- Release 3.2.0 [`b71d1eb`](https://github.com/OpenZWave/Zwave2Mqtt/commit/b71d1eb45f373201854c2d58be9947117aea8332)
- Release 3.2.0 [`6ee08a8`](https://github.com/OpenZWave/Zwave2Mqtt/commit/6ee08a88cfa50ef594a0c4e12b852ddaf0dbf519)
- revert release to trigger new github action [`f0b98f4`](https://github.com/OpenZWave/Zwave2Mqtt/commit/f0b98f4593822f9809322750415880a83d69dcfb)

#### [v3.1.0](https://github.com/OpenZWave/Zwave2Mqtt/compare/v3.0.4...v3.1.0)

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

0 comments on commit 9c8cde5

Please sign in to comment.