Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Nov 16, 2021
1 parent 88e312e commit 52c0b5f
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 @@ -66,6 +66,9 @@ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

## Changelog

### 0.3.1
* Add new option to adapter settings

### 0.3.0
* Remove "switchbot" dependency
* Bump the required Node.js version to 12
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.3.0",
"version": "0.3.1",
"news": {
"0.3.1": {
"en": "Add new option to adapter settings",
"de": "Neue Option den Einstellungen hinzugefügt"
},
"0.3.0": {
"en": "Remove \"switchbot\" dependency",
"de": "Abhängigkeit \"switchbot\" entfernt"
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.3.0",
"version": "0.3.1",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit 52c0b5f

Please sign in to comment.