Skip to content

Commit

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

## Changelog

### 0.4.7 (alpha)
### 0.4.7
* Breaking change: Bump minimum required version of Node.js to 16.x
* Bumped node-switchbot to 1.9.0
* Added Indoor/Outdoor Hygrometer
* Added support for SwitchBot "Indoor/Outdoor Thermo-Hygrometer"

### 0.4.6
* Bumped node-switchbot to 1.7.3
Expand Down Expand Up @@ -183,7 +183,7 @@ $ sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)
## License
MIT License

Copyright (c) 2022 Sascha Hölzel <[email protected]>
Copyright (c) 2023 Sascha Hölzel <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"common": {
"name": "switchbot-ble",
"version": "0.4.7-alpha.0",
"version": "0.4.7",
"news": {
"0.4.7": {
"en": "Bumped node-switchbot library to 1.9.0",
"de": "Node-switchbot library auf 1.9.0 aktualisiert"
"en": "Breaking change: Bump minimum required version of Node.js to 16.x\nBumped node-switchbot to 1.9.0\nAdded support for SwitchBot \"Indoor/Outdoor Thermo-Hygrometer\"",
"de": "Breaking change: Die min. Node.js Version ist nun 16.x\nNode-switchbot library auf 1.9.0 aktualisiert\n SwitchBot \"Indoor/Outdoor Thermo-Hygrometer\" wird nun unterstützt"
},
"0.4.6": {
"en": "Bumped node-switchbot library to 1.7.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.7-alpha.0",
"version": "0.4.7",
"description": "SwitchBot BLE adapter for ioBroker",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit 1f4a56c

Please sign in to comment.