From 8a33f7601169f5d25360f139cb3d89cb965f955c Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Thu, 4 Feb 2021 09:17:42 +0100 Subject: [PATCH] Release 1.0.5 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d46ebc0fa4..a023f3868e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.5](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.4...v1.0.5) + +- fix(ui): better ui add/remove dialog feedback [`#451`](https://github.com/zwave-js/zwavejs2mqtt/pull/451) +- chore(deps): bumped deps [`#450`](https://github.com/zwave-js/zwavejs2mqtt/pull/450) +- chore(deps): bump zwave-js from 6.1.1 to 6.1.2 [`#449`](https://github.com/zwave-js/zwavejs2mqtt/pull/449) + #### [v1.0.4](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.3...v1.0.4) +> 3 February 2021 + - fix: improve binary sensor code - add more sensors [`#433`](https://github.com/zwave-js/zwavejs2mqtt/pull/433) - chore(deps): bumped deps [`#440`](https://github.com/zwave-js/zwavejs2mqtt/pull/440) - chore(deps-dev): bump @babel/plugin-proposal-decorators [`#429`](https://github.com/zwave-js/zwavejs2mqtt/pull/429) @@ -19,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - docs: changes to setup.md [`#390`](https://github.com/zwave-js/zwavejs2mqtt/pull/390) - fix: ignore stateless valueId updates if from cache (#435) [`#434`](https://github.com/zwave-js/zwavejs2mqtt/issues/434) - docs: hass manual entities examples [`bc3d4cc`](https://github.com/zwave-js/zwavejs2mqtt/commit/bc3d4ccf5c41bc443eb82f450c093c996ffc6e4e) +- Release 1.0.4 [`ec24188`](https://github.com/zwave-js/zwavejs2mqtt/commit/ec241886438902c2486897a363707e2423a9776f) #### [v1.0.3](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.2...v1.0.3) diff --git a/package-lock.json b/package-lock.json index 55077f6f05..43d9451ca5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "zwavejs2mqtt", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5f99f6b60..405d49522d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwavejs2mqtt", - "version": "1.0.4", + "version": "1.0.5", "bin": { "zwavejs2mqtt": "bin/www" },