Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 1, 2021
1 parent 557ec80 commit a18ec2c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,25 @@ 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.2](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.1...v1.0.2)

- feat(hass): use binary sensors when notifications has only two states [`#396`](https://github.com/zwave-js/zwavejs2mqtt/pull/396)
- fix: climate discovery without mode CC [`#408`](https://github.com/zwave-js/zwavejs2mqtt/pull/408)
- fix(ui): use `No` instead of `Cancel` in broadcast popup [`#410`](https://github.com/zwave-js/zwavejs2mqtt/pull/410)
- chore(deps): bump ansi_up from 4.0.4 to 5.0.0 [`#404`](https://github.com/zwave-js/zwavejs2mqtt/pull/404)
- chore(deps-dev): bump webpack from 5.18.0 to 5.19.0 [`#401`](https://github.com/zwave-js/zwavejs2mqtt/pull/401)
- chore(deps-dev): bump autoprefixer from 10.2.3 to 10.2.4 [`#403`](https://github.com/zwave-js/zwavejs2mqtt/pull/403)
- chore(deps-dev): bump eslint from 7.18.0 to 7.19.0 [`#402`](https://github.com/zwave-js/zwavejs2mqtt/pull/402)
- chore(deps): bump @zwave-js/server from 1.0.0-beta.1 to 1.0.0-beta.2 [`#406`](https://github.com/zwave-js/zwavejs2mqtt/pull/406)
- chore(deps): bump zwave-js from 6.1.0 to 6.1.1 [`#405`](https://github.com/zwave-js/zwavejs2mqtt/pull/405)
- fix: climate discovery without mode CC (#408) [`#400`](https://github.com/zwave-js/zwavejs2mqtt/issues/400)

#### [v1.0.1](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.0...v1.0.1)

> 29 January 2021
- fix(security): throw if path is not safe [`f69d2bb`](https://github.com/zwave-js/zwavejs2mqtt/commit/f69d2bb80ba875947bd273c599ae53d554075975)
- Release 1.0.1 [`e227f5b`](https://github.com/zwave-js/zwavejs2mqtt/commit/e227f5ba9865c0c867cfd7d236d2ed67e9d95905)
- fix(security): better path sanitize on store [`9403cb1`](https://github.com/zwave-js/zwavejs2mqtt/commit/9403cb1ec8614f845ced8894ac04efea182f1e0a)

#### [v1.0.0](https://github.com/zwave-js/zwavejs2mqtt/compare/v1.0.0-rc.1...v1.0.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": "zwavejs2mqtt",
"version": "1.0.1",
"version": "1.0.2",
"bin": {
"zwavejs2mqtt": "bin/www"
},
Expand Down

0 comments on commit a18ec2c

Please sign in to comment.