From 58467630853f52a57d621ff24474c7df27b2882f Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Thu, 21 Jan 2021 15:11:25 +0100 Subject: [PATCH] Release 1.0.0-rc.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 249564febb..ea334d86aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,29 @@ 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). +#### [v1.0.0-rc.1](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.0-rc.0...v1.0.0-rc.1) + +- chore: fix webpack HMR [`#306`](https://github.com/zwave-js/zwavejs2mqtt/pull/306) +- chore(deps): bump fs-extra from 8.1.0 to 9.1.0 [`#305`](https://github.com/zwave-js/zwavejs2mqtt/pull/305) +- fix(hass): dimmers and rgb dimmers [`#290`](https://github.com/zwave-js/zwavejs2mqtt/pull/290) +- fix: topics and hass ids/names fixes [`#247`](https://github.com/zwave-js/zwavejs2mqtt/pull/247) +- chore(deps-dev): bump webpack-bundle-analyzer from 4.3.0 to 4.4.0 [`#302`](https://github.com/zwave-js/zwavejs2mqtt/pull/302) +- docs: additional / updated screenshots [`#297`](https://github.com/zwave-js/zwavejs2mqtt/pull/297) +- fix: remove markNodeAsFailed api [`#289`](https://github.com/zwave-js/zwavejs2mqtt/pull/289) +- feat(hass): create discovery for CC basic 0x20 [`#250`](https://github.com/zwave-js/zwavejs2mqtt/pull/250) +- chore: fix package-lock.json [`#284`](https://github.com/zwave-js/zwavejs2mqtt/pull/284) +- fix: topics and hass ids/names fixes (#247) [`#239`](https://github.com/zwave-js/zwavejs2mqtt/issues/239) +- docs: docker custom builds and bug report [`e295976`](https://github.com/zwave-js/zwavejs2mqtt/commit/e2959765837245a49fb4b917f6b6915d329cd67f) +- chore: create dependabot config [`79a2bb8`](https://github.com/zwave-js/zwavejs2mqtt/commit/79a2bb86619ecec9e9f3315fa26666338438f626) +- chore: drop dependabot config [`80de0e8`](https://github.com/zwave-js/zwavejs2mqtt/commit/80de0e86567ce0fdecb7e5202db9f92cd4458f61) +- chore: update bug template [`e87f1d3`](https://github.com/zwave-js/zwavejs2mqtt/commit/e87f1d36475e10ef083d2623b846e5e3a3d4a6b4) +- fix(ui): renamed refreshInfo to re-interview node [`8928145`](https://github.com/zwave-js/zwavejs2mqtt/commit/89281455b3b97682bd87f40c910e30cf96e8d654) +- docs: fix bug report link [`1c1f475`](https://github.com/zwave-js/zwavejs2mqtt/commit/1c1f47560048a6e2e8f9a6a865f9d47778ceb2e4) + #### [v1.0.0-rc.0](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.0-beta.0...v1.0.0-rc.0) +> 20 January 2021 + - fix: custom scroll and blob type when downalod [`#283`](https://github.com/zwave-js/zwavejs2mqtt/pull/283) - fix(ui): add zwave lib version and restyled table [`#282`](https://github.com/zwave-js/zwavejs2mqtt/pull/282) - fix: add `origin` payload to api response payload [`#281`](https://github.com/zwave-js/zwavejs2mqtt/pull/281) @@ -31,6 +52,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix: duration type handling (#230) [`#185`](https://github.com/zwave-js/zwavejs2mqtt/issues/185) - feat: ui and hass discovery rgb valueId support (#238) [`#78`](https://github.com/zwave-js/zwavejs2mqtt/issues/78) - fix: ensure args is array when calling api with mqtt [`#251`](https://github.com/zwave-js/zwavejs2mqtt/issues/251) +- Release 1.0.0-rc.0 [`33dbe63`](https://github.com/zwave-js/zwavejs2mqtt/commit/33dbe634cbcf9e7e36a93a8723177833b2e30dc7) - chore: bump zwave-js beta 3 [`686aaa4`](https://github.com/zwave-js/zwavejs2mqtt/commit/686aaa4dfb203d776156072a55612f47b2e5ceef) - fix(ui): zip name download [`e2cecdc`](https://github.com/zwave-js/zwavejs2mqtt/commit/e2cecdc024860330fc0bdf88cf7ac586f0e4fdff) - fix: notification log [`193deb9`](https://github.com/zwave-js/zwavejs2mqtt/commit/193deb96553498052e061fed57ff2089cfbad932) diff --git a/package-lock.json b/package-lock.json index b631d3f128..79e933effa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zwavejs2mqtt", - "version": "1.0.0-rc.0", + "version": "1.0.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b8617419a..5fe0afed52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwavejs2mqtt", - "version": "1.0.0-rc.0", + "version": "1.0.0-rc.1", "bin": { "zwavejs2mqtt": "bin/www" },