Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
RFC - connection aging (#292)
Don't prefix tags with 'v'
  • Loading branch information
tim-hellhake committed Apr 19, 2021
1 parent 40e154e commit 05dfd09
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
},
"schema": {
"type": "object",
"required": ["scanChannels", "allowFTDISerial"],
"required": [
"scanChannels",
"allowFTDISerial"
],
"properties": {
"scanChannels": {
"type": "integer",
Expand Down Expand Up @@ -62,7 +65,9 @@
"items": {
"title": "Zigbee2MQTT adapter",
"type": "object",
"required": ["host"],
"required": [
"host"
],
"properties": {
"host": {
"type": "string",
Expand All @@ -85,5 +90,5 @@
}
},
"short_name": "Zigbee",
"version": "0.19.0"
"version": "0.20.0"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zigbee-adapter",
"version": "0.19.0",
"version": "0.20.0",
"description": "Zigbee device support, via USB dongle or external Zigbee2MQTT instance.",
"author": "WebThingsIO",
"main": "lib/index.js",
Expand Down

0 comments on commit 05dfd09

Please sign in to comment.