Skip to content

Commit

Permalink
Bump zwave-js to 7.7.4 (home-assistant#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Jun 15, 2021
1 parent fda2e4c commit 3cb9777
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 deletions zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,38 @@
# Changelog

# 0.1.25
## 0.1.26

- Bump Z-Wave JS to 7.7.4

## 0.1.25

- Bump Z-Wave JS to 7.7.3

# 0.1.24
## 0.1.24

- Bump Z-Wave JS to 7.7.0
- Create persistent directory for device config files to allow for future config updating functionality through the Home Assistant UI.

# 0.1.23
## 0.1.23

- Bump Z-Wave JS Server to 1.7.0
- Pin Z-Wave JS to 7.6.0

# 0.1.22
## 0.1.22

- Bump Z-Wave JS Server to 1.6.0
- Pin Z-Wave JS to 7.5.2

# 0.1.21
## 0.1.21

- Pin Z-Wave JS to 7.3.0

# 0.1.20
## 0.1.20

- Bump Z-Wave JS Server to 1.5.0
- Pin Z-Wave JS to 7.2.4

# 0.1.19
## 0.1.19

- Pin Z-Wave JS to 7.2.3
- Make log level a configuration option
Expand Down
2 changes: 1 addition & 1 deletion zwave_js/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.7.0",
"ZWAVEJS_VERSION": "7.7.3"
"ZWAVEJS_VERSION": "7.7.4"
}
}
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.25",
"version": "0.1.26",
"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 3cb9777

Please sign in to comment.