Bump zwave-js-server to 1.10.6 (#2207)

This commit is contained in:
Raman Gupta
2021-09-30 12:02:30 -04:00
committed by GitHub
parent 805116ac24
commit cb754bcf92
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.1.43
- Bump Z-Wave JS Server to 1.10.6
## 0.1.42
- Retain legacy network_key config option to stay backwards compatible.

View File

@@ -7,7 +7,7 @@
"aarch64": "homeassistant/aarch64-base:3.13"
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.10.5",
"ZWAVEJS_SERVER_VERSION": "1.10.6",
"ZWAVEJS_VERSION": "8.4.1"
}
}

View File

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