Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbungle64 committed Jan 24, 2021
1 parent a3ca308 commit ca75625
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 49 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,10 @@ which requires `libcap2-bin` to be installed.

## Changelog

### 0.0.4 - 0.0.6
* Several enhancements and fixes

### 0.0.3
### 0.0.1 - 0.1.0
* Support for SwitchBot Bot and Meter
* Initial support for SwitchBot Curtain

### 0.0.2
* Improved reliability

### 0.0.1
* Initial release

## License
MIT License

Expand Down
42 changes: 5 additions & 37 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,21 @@
{
"common": {
"name": "switchbot-ble",
"version": "0.0.5",
"version": "0.1.0",
"news": {
"0.0.4": {
"en": "Downgrade to version 0.0.5 of node-switchbot",
"de": "Downgrade auf Version 0.0.5 von node-switchbot"
},
"0.0.3": {
"en": "Initial support for SwitchBot Curtain",
"de": "Initial support for SwitchBot Curtain"
},
"0.0.2": {
"en": "Initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
"0.1.0": {
"en": "Release 0.1.0",
"de": "Release 0.1.0"
}
},
"title": "SwitchBot BLE",
"titleLang": {
"en": "SwitchBot BLE",
"de": "SwitchBot BLE",
"ru": "SwitchBot BLE",
"pt": "SwitchBot BLE",
"nl": "SwitchBot BLE",
"fr": "SwitchBot BLE",
"it": "SwitchBot BLE",
"es": "SwitchBot BLE",
"pl": "SwitchBot BLE",
"zh-cn": "SwitchBot BLE"
},
"desc": {
"en": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"de": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"ru": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"pt": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"nl": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"fr": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"it": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"es": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"pl": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)",
"zh-cn": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)"
"de": "This adapter allows you to move your Switchbot Bot's arm and to monitor the Thermometer & Hygrometer (Meter)"
},
"authors": [
"Sascha <[email protected]>"
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.0.6",
"version": "0.1.0",
"description": "SwitchBot BLE",
"author": {
"name": "Sascha Hölzel",
Expand Down

0 comments on commit ca75625

Please sign in to comment.