Skip to content

Commit

Permalink
Release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 4, 2021
1 parent 325be03 commit 8a33f76
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

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": "zwavejs2mqtt",
"version": "1.0.4",
"version": "1.0.5",
"bin": {
"zwavejs2mqtt": "bin/www"
},
Expand Down

0 comments on commit 8a33f76

Please sign in to comment.