Skip to content

Commit

Permalink
Release 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jan 21, 2021
1 parent b417796 commit 5846763
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
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.0-rc.0",
"version": "1.0.0-rc.1",
"bin": {
"zwavejs2mqtt": "bin/www"
},
Expand Down

0 comments on commit 5846763

Please sign in to comment.