Bump zwave-js-server to 1.10.7 (#2217)

* Bump zwave-js-server to 1.10.7

* Fix markdown

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Raman Gupta
2021-10-03 17:50:50 -04:00
committed by GitHub
parent c1bc77b9ae
commit 605570d63b
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.1.45
- Bump Z-Wave JS Server to 1.10.7
## 0.1.44
- Fix casing issues with security keys

View File

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

View File

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