Bump zwave-js-server to 1.10.0 (#2149)

* Bump zwave-js-server to 1.10.0

* Fix markdown

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Raman Gupta
2021-08-20 03:46:05 -04:00
committed by GitHub
parent 73067ef25a
commit 37b9ab1d87
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.1.37
- Bump Z-Wave JS Server to 1.10.0
## 0.1.36
- Bump Z-Wave JS to 8.1.1

View File

@@ -7,7 +7,7 @@
"aarch64": "homeassistant/aarch64-base:3.13"
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.9.3",
"ZWAVEJS_SERVER_VERSION": "1.10.0",
"ZWAVEJS_VERSION": "8.1.1"
}
}

View File

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