Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 27, 2019
1 parent 779e54f commit 508952d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,31 @@ 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).

#### [Unreleased](https://github.com/robertsLando/Zwave2Mqtt/compare/v1.1.2...HEAD)
#### [v1.1.3](https://github.com/robertsLando/Zwave2Mqtt/compare/v1.1.2...v1.1.3)

> 27 June 2019
- [fix] Now zwave options are updated correctly (fix #19 and #14) [`#19`](https://github.com/robertsLando/Zwave2Mqtt/issues/19)
- [fix] Removed auto-changelog and release-it deps, keep them global [`b7bcaf1`](https://github.com/robertsLando/Zwave2Mqtt/commit/b7bcaf1680ed7c39ae2975752718b82bb86a7fe5)
- [feat] Key Cert and Ca support for secured mqtt [`8f28258`](https://github.com/robertsLando/Zwave2Mqtt/commit/8f28258ed0ef5e50e1541ee6d97e11e00406d4ec)
- [chore] Better commits subject parsing for changelog [`1d1edc1`](https://github.com/robertsLando/Zwave2Mqtt/commit/1d1edc137e63bc5a6449aab48dd0574836d1a8ee)
- [Fix] ENOENT error when deleting existing zwcfg (#31) [`5e9f0ff`](https://github.com/robertsLando/Zwave2Mqtt/commit/5e9f0ff9fb35054370ca6082c5135ff5ede2828a)
- [fix] Nodes count when switching flag show hidden nodes (#37) [`2292fe6`](https://github.com/robertsLando/Zwave2Mqtt/commit/2292fe6a1268b2dc92bba188d60f1a41d23f93d1)
- [docs] Updated changelog [`eaa6592`](https://github.com/robertsLando/Zwave2Mqtt/commit/eaa659212dadbdf5b418ad5fce9d96d21211c307)
- [Fix] ENOENT error when deleting existing zwcfg (#31) [`5e9f0ff`](https://github.com/robertsLando/Zwave2Mqtt/commit/5e9f0ff9fb35054370ca6082c5135ff5ede2828a)
- [docs] Updated changelog [`0cb7573`](https://github.com/robertsLando/Zwave2Mqtt/commit/0cb75731ea896f132740115c9847035422b668a5)
- [style] More user friendly value select in gateway values table [`4a08767`](https://github.com/robertsLando/Zwave2Mqtt/commit/4a087674462353be9f28642855ac4be7107560db)
- [build] Removed useless sudo from pkg script [`9e1f23d`](https://github.com/robertsLando/Zwave2Mqtt/commit/9e1f23dc61e88b5e6a1c7066cf374eb3f8f25ade)
- [style] Added app version in title [`13f16c0`](https://github.com/robertsLando/Zwave2Mqtt/commit/13f16c0d8bd37bd187af1089011b8905fec403c0)
- [docs] Updated readme [`2adc2dd`](https://github.com/robertsLando/Zwave2Mqtt/commit/2adc2dd6eebcfa292817fada90afa115a240ab1e)
- [chore] Updated release script [`2143c9a`](https://github.com/robertsLando/Zwave2Mqtt/commit/2143c9a7f5eb1c705d34e24bafcf51dd9fb7eb03)
- [chore] Add replace text regex for better auto-changelog commits parsing [`84516d2`](https://github.com/robertsLando/Zwave2Mqtt/commit/84516d2b7b9d4496e55468693d9fa6047a5e6710)
- [fix] Secure mqtt wrong protocol option [`ecf66e9`](https://github.com/robertsLando/Zwave2Mqtt/commit/ecf66e9b343a5985ce87f732591f1f663a105cf6)
- Release 1.1.3 [`d31bf9f`](https://github.com/robertsLando/Zwave2Mqtt/commit/d31bf9fca31729b975b29d43f6ed6a8174996a91)
- [chore] Ready for release [`779e54f`](https://github.com/robertsLando/Zwave2Mqtt/commit/779e54f1b9f9c6ebc3ef4256ce2f9fec3a6a5342)
- [chore] Release script [`f42b24c`](https://github.com/robertsLando/Zwave2Mqtt/commit/f42b24c9bc24c7a1bf2f9b0ed71e21a8b42dd605)
- [docs] Updated readme [`e3b75e8`](https://github.com/robertsLando/Zwave2Mqtt/commit/e3b75e8b979f8e80c26a6f1a24614b44bb1c2f4f)
- [build] Fixed broken pkg script [`78b0861`](https://github.com/robertsLando/Zwave2Mqtt/commit/78b0861fc9efd8b50945e84e2c4d77e26dc293e4)
- [chore] Auto-changelog script fix [`72ec7d0`](https://github.com/robertsLando/Zwave2Mqtt/commit/72ec7d05aec01e3acbf6ca5ba613fdfd6239c40a)
- [docs] Fixed auto-changelog script [`76f5a18`](https://github.com/robertsLando/Zwave2Mqtt/commit/76f5a18577876cad69520edf82899e361e47fdab)

#### [v1.1.2](https://github.com/robertsLando/Zwave2Mqtt/compare/v1.1.1...v1.1.2)
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": "zwave2mqtt",
"version": "1.1.2",
"version": "1.1.3",
"bin": "bin/www",
"description": "Zwave To MQTT Gateway",
"author": "Daniel Lando <[email protected]>",
Expand Down

0 comments on commit 508952d

Please sign in to comment.