Skip to content

Commit

Permalink
Bump zwave-js-server to 1.9.1 (home-assistant#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Jul 20, 2021
1 parent 8f6a84b commit 6df629e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion zwave_js/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion zwave_js/config.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 6df629e

Please sign in to comment.