Bump zwave-js-server to 1.11.0 and zwave-js to 8.7.6 (#2271)

* Update build.json

* Update config.json

* Update CHANGELOG.md
This commit is contained in:
Raman Gupta
2021-11-16 21:49:28 -05:00
committed by GitHub
parent d1058b2a58
commit 8bf82d5765
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 0.1.48
- Bump Z-Wave JS to 8.7.6
- Bump Z-Wave JS Server to 1.11.0
## 0.1.47
- Disable soft-reset if VM is detected

View File

@@ -7,7 +7,7 @@
"aarch64": "homeassistant/aarch64-base:3.13"
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.10.8",
"ZWAVEJS_VERSION": "8.7.5"
"ZWAVEJS_SERVER_VERSION": "1.11.0",
"ZWAVEJS_VERSION": "8.7.6"
}
}

View File

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