Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Apr 29, 2022
1 parent e8e9eb0 commit c045adf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

## Changelog

### 0.4.2
* Add option to change the used Host Controller Interface (hciX)

### 0.4.1
* Bumped node-switchbot to 1.2.0
* Fix for Curtains on Firmware v3.3 and above
Expand Down
6 changes: 5 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"common": {
"name": "switchbot-ble",
"version": "0.4.1",
"version": "0.4.2",
"news": {
"0.4.2": {
"en": "Add option to change the used Host Controller Interface (hciX)",
"de": "Option zum Ändern der benutzten Host Controller Schnittstelle (hciX)"
},
"0.4.1": {
"en": "Fix for Curtains on Firmware v3.3 and above",
"de": "Fehlerbehebung Curtains für Firmware Version ab v3.3"
Expand Down
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": "iobroker.switchbot-ble",
"version": "0.4.1",
"version": "0.4.2",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit c045adf

Please sign in to comment.