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

Commit b42fa2f

Browse files
committed
Release 4.1.1
1 parent 4258802 commit b42fa2f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v4.1.1](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.1.0...v4.1.1)
8+
9+
> 2 December 2020
10+
11+
- chore(docker): downgrade to ozw 1.6.1520 #843 [`4258802`](https://github.com/OpenZWave/Zwave2Mqtt/commit/42588022f01f06efacbf73f9f1cec16655db972c)
12+
713
#### [v4.1.0](https://github.com/OpenZWave/Zwave2Mqtt/compare/v4.0.6...v4.1.0)
814

915
> 30 November 2020
@@ -23,6 +29,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2329
- refactor: Support different setting data types [`2e45e02`](https://github.com/OpenZWave/Zwave2Mqtt/commit/2e45e0290147c421d4ee67eebaaee54aaf067e63)
2430
- feat: Store filters + sorting in local storage [`bda7208`](https://github.com/OpenZWave/Zwave2Mqtt/commit/bda720809f3b34863c0babf71087df0b9227e94b)
2531
- chore(deps-dev): bump html-webpack-plugin from 4.4.1 to 4.5.0 [`5f9e07a`](https://github.com/OpenZWave/Zwave2Mqtt/commit/5f9e07af8ae7f9322794200191f26377f2f26699)
32+
- Release 4.1.0 [`846cbde`](https://github.com/OpenZWave/Zwave2Mqtt/commit/846cbde113fd75dc911213c167ea5653693ca6a2)
2633
- test: Fix test description wording [`8a96dce`](https://github.com/OpenZWave/Zwave2Mqtt/commit/8a96dceb29e9d3965d2ab9817888a8001c25750e)
2734
- docs: Add docs to Settings module [`7717e46`](https://github.com/OpenZWave/Zwave2Mqtt/commit/7717e46f5a4fafce9ae3e2e255a6a069259c19d8)
2835
- fix: prevent ignore discovery to dup values #837 [`e9553eb`](https://github.com/OpenZWave/Zwave2Mqtt/commit/e9553ebcea38a823edfa1edcf19d0f847355c0f8)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zwave2mqtt",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"bin": {
55
"zwave2mqtt": "bin/www"
66
},

0 commit comments

Comments
 (0)