Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
Sentry error reporting implemented
  • Loading branch information
DutchmanNL committed Sep 3, 2021
1 parent 2a79709 commit 5f8c6bd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ If you like my work, please feel free to provide a personal donation
(this is a personal Donate link for DutchmanNL, no relation to the ioBroker Project !)
[![Donate](https://raw.githubusercontent.com/DrozmotiX/ioBroker.switchbot-hub/main/admin/button.png)](http://paypal.me/DutchmanNL)

### 0.1.2 (2021-09-03)
* (Dutchman) Sentry error reporting implemented

### 0.1.1 (2021-09-03)
* (Dutchman) Support for IR remote of type Air Conditioner added

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "switchbot-hub",
"version": "0.1.1",
"version": "0.1.2",
"news": {
"0.1.2": {
"en": "Sentry error reporting implemented",
"de": "Sentry-Fehlerberichterstattung implementiert",
"ru": "Реализован сторожевой отчет об ошибках",
"pt": "Relatório de erro de sentinela implementado",
"nl": "Rapportage van Sentry-fouten geïmplementeerd",
"fr": "Rapport d'erreur Sentry mis en œuvre",
"it": "Segnalazione errori sentinella implementata",
"es": "Informe de errores de centinela implementado",
"pl": "Wdrożono raportowanie błędów Sentry",
"zh-cn": "哨兵错误报告实施"
},
"0.1.1": {
"en": "Support for IR remote of type Air Conditioner added",
"de": "Unterstützung für IR-Fernbedienung vom Typ Klimaanlage hinzugefügt",
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-hub",
"version": "0.1.1",
"version": "0.1.2",
"description": "This adapter allows you to control your all devices connected to you SwitchBot hub by cloud API",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 5f8c6bd

Please sign in to comment.