Bump zwave-js-server to 1.9.1 (#2124)

This commit is contained in:
Raman Gupta
2021-07-20 18:27:11 -04:00
committed by GitHub
parent 8f6a84b9a1
commit 6df629e659
3 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,12 @@
# Changelog
## 0.1.31
- Bump Z-Wave JS Server to 1.9.1
## 0.1.30
- Bump Z-Wave JS to 8.0.3
- Bump Z-Wave JS Server to 1.9.0
## 0.1.29

View File

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

View File

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