Bump zwave-js-server to 1.7.0 and zwave-js to 7.6.0 (#2039)

This commit is contained in:
Raman Gupta
2021-05-26 03:13:23 -04:00
committed by GitHub
parent fd3d83e26e
commit 19c64ffa9d
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
# 0.1.23
- Bump Z-Wave JS Server to 1.7.0
- Pin Z-Wave JS to 7.6.0
# 0.1.22
- Bump Z-Wave JS Server to 1.6.0

View File

@@ -7,7 +7,7 @@
"aarch64": "homeassistant/aarch64-base:3.13"
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.6.0",
"ZWAVEJS_VERSION": "7.5.2"
"ZWAVEJS_SERVER_VERSION": "1.7.0",
"ZWAVEJS_VERSION": "7.6.0"
}
}

View File

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