diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a4e08f6cb..573faa8eb2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 copy-webpack-plugin@6.0.1 [`#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) @@ -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) diff --git a/package-lock.json b/package-lock.json index 76cb4236063..21e353c38b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zwave2mqtt", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de09a383303..d3687246f20 100644 --- a/package.json +++ b/package.json @@ -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 ",