Bump zwave-js to 7.12.0 (#2117)

* Bump zwave-js to 7.12.0

* Apply suggestions from code review

* Clean up whitespace

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
Raman Gupta
2021-07-14 04:24:51 -04:00
committed by GitHub
parent 2f1c460acc
commit dc243ecfa2
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
# Changelog
# 0.1.28
## 0.1.29
- Bump Z-Wave JS to 7.12.0
## 0.1.28
- Bump Z-Wave JS to 7.10.0
- Bump Z-Wave JS Server to 1.8.0

View File

@@ -8,6 +8,6 @@
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.8.0",
"ZWAVEJS_VERSION": "7.10.0"
"ZWAVEJS_VERSION": "7.12.0"
}
}

View File

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