Bump zwave-js to 8.7.5 (#2248)

* Bump zwave-js to 8.7.2

* Bump zwave-js to 8.7.3

* Bump zwave-js to 8.7.4

* Bump zwave-js to 8.7.5

* bump zwave-js-server to 1.10.8
This commit is contained in:
Raman Gupta
2021-11-05 08:26:22 -07:00
committed by GitHub
parent 359e6d77cb
commit fd0ba080ed
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.1.46
- Bump Z-Wave JS to 8.7.5
- Bump Z-Wave JS Server to 1.10.8
## 0.1.45 ## 0.1.45
- Bump Z-Wave JS Server to 1.10.7 - Bump Z-Wave JS Server to 1.10.7

View File

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

View File

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