Bump zwave-js-server to 1.9.2 (#2134)

This commit is contained in:
Raman Gupta
2021-07-29 13:48:47 -04:00
committed by GitHub
parent e3a51fe543
commit 6de1671822
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.1.34
- Bump Z-Wave JS Server to 1.9.2
## 0.1.33 ## 0.1.33
- Bump Z-Wave JS to 8.0.6 - Bump Z-Wave JS to 8.0.6

View File

@@ -7,7 +7,7 @@
"aarch64": "homeassistant/aarch64-base:3.13" "aarch64": "homeassistant/aarch64-base:3.13"
}, },
"args": { "args": {
"ZWAVEJS_SERVER_VERSION": "1.9.1", "ZWAVEJS_SERVER_VERSION": "1.9.2",
"ZWAVEJS_VERSION": "8.0.6" "ZWAVEJS_VERSION": "8.0.6"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Z-Wave JS", "name": "Z-Wave JS",
"version": "0.1.33", "version": "0.1.34",
"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"],