Bump zwave-js and zwave-js-server versions (#2188)

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Raman Gupta
2021-09-29 16:31:13 -04:00
committed by GitHub
parent a414d16519
commit e1e6efe577
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.1.41
- Bump Z-Wave JS Server to 1.10.5
- Bump Z-Wave JS to 8.4.1
- Add support for S2 keys in the addon configuration (check the Security Keys section of the configuration docs for more details)
## 0.1.40
- Bump Z-Wave JS to 8.3.0

View File

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

View File

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