Skip to content

Commit

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

## Changelog

### 0.3.9
* Bump node-switchbot to 1.1.3-beta.7
### 0.4.0
* Add support for Switchbot "Contact" and "Motion"
* Bump node-switchbot to 1.1.3-beta.7

### 0.3.8
* Bumped follow-redirects to 1.14.7 (fix for CVE-2022-0155) and some other dependencies
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.8",
"version": "0.4.0",
"news": {
"0.4.0": {
"en": "Added support for Switchbot \"Contact\" and \"Motion\"",
"de": "Switchbot \"Contact\" and \"Motion\" werden nun unterstützt"
},
"0.3.8": {
"en": "Bumped some dependencies (incl. fix for CVE-2022-0155)",
"de": "Abhängigkeiten aktualisiert (inkl. Fix für CVE-2022-0155)"
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.8",
"version": "0.4.0",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit ad207a6

Please sign in to comment.