Bump zwave-js to 7.7.4 (#2075)

This commit is contained in:
Martin Hjelmare
2021-06-15 11:02:08 +02:00
committed by GitHub
parent fda2e4c43a
commit 3cb97778fd
3 changed files with 13 additions and 9 deletions

View File

@@ -1,34 +1,38 @@
# Changelog # Changelog
# 0.1.25 ## 0.1.26
- Bump Z-Wave JS to 7.7.4
## 0.1.25
- Bump Z-Wave JS to 7.7.3 - Bump Z-Wave JS to 7.7.3
# 0.1.24 ## 0.1.24
- Bump Z-Wave JS to 7.7.0 - Bump Z-Wave JS to 7.7.0
- Create persistent directory for device config files to allow for future config updating functionality through the Home Assistant UI. - Create persistent directory for device config files to allow for future config updating functionality through the Home Assistant UI.
# 0.1.23 ## 0.1.23
- Bump Z-Wave JS Server to 1.7.0 - Bump Z-Wave JS Server to 1.7.0
- Pin Z-Wave JS to 7.6.0 - Pin Z-Wave JS to 7.6.0
# 0.1.22 ## 0.1.22
- Bump Z-Wave JS Server to 1.6.0 - Bump Z-Wave JS Server to 1.6.0
- Pin Z-Wave JS to 7.5.2 - Pin Z-Wave JS to 7.5.2
# 0.1.21 ## 0.1.21
- Pin Z-Wave JS to 7.3.0 - Pin Z-Wave JS to 7.3.0
# 0.1.20 ## 0.1.20
- Bump Z-Wave JS Server to 1.5.0 - Bump Z-Wave JS Server to 1.5.0
- Pin Z-Wave JS to 7.2.4 - Pin Z-Wave JS to 7.2.4
# 0.1.19 ## 0.1.19
- Pin Z-Wave JS to 7.2.3 - Pin Z-Wave JS to 7.2.3
- Make log level a configuration option - Make log level a configuration option

View File

@@ -8,6 +8,6 @@
}, },
"args": { "args": {
"ZWAVEJS_SERVER_VERSION": "1.7.0", "ZWAVEJS_SERVER_VERSION": "1.7.0",
"ZWAVEJS_VERSION": "7.7.3" "ZWAVEJS_VERSION": "7.7.4"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Z-Wave JS", "name": "Z-Wave JS",
"version": "0.1.25", "version": "0.1.26",
"slug": "zwave_js", "slug": "zwave_js",
"description": "Control a ZWave network with Home Assistant Z-Wave JS", "description": "Control a ZWave network with Home Assistant Z-Wave JS",
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"], "arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],