Skip to content

Commit

Permalink
chore: release v3.3.12
Browse files Browse the repository at this point in the history
More schema information added
Crash case prevented (Sentry IOBROKER-TUYA-89)
  • Loading branch information
Apollon77 committed Aug 25, 2020
1 parent 66d0341 commit 1d5d4b1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Best is to set the adapter to Debug log mode (Instances -> Expert mode -> Column

## Changelog

### __WORK IN PROGRESS__
### 3.3.12 (2020-08-26)
* (Apollon77) More schema information added
* (Apollon77) Crash case prevented (Sentry IOBROKER-TUYA-89)

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "tuya",
"version": "3.3.11",
"version": "3.3.12",
"news": {
"3.3.12": {
"en": "More schema information added\nCrash case prevented (Sentry IOBROKER-TUYA-89)",
"de": "Weitere Schemainformationen hinzugefügt\nAbsturzfall verhindert (Sentry IOBROKER-TUYA-89)",
"ru": "Добавлена дополнительная информация о схеме\nПредотвращена авария (Sentry IOBROKER-TUYA-89)",
"pt": "Mais informações de esquema adicionadas\nCaso de falha evitado (Sentry IOBROKER-TUYA-89)",
"nl": "Meer schema-informatie toegevoegd\nCrashcase voorkomen (Sentry IOBROKER-TUYA-89)",
"fr": "Plus d'informations sur le schéma ajoutées\nCrash case évité (Sentry IOBROKER-TUYA-89)",
"it": "Aggiunte ulteriori informazioni sullo schema\nCrash case prevenuto (Sentry IOBROKER-TUYA-89)",
"es": "Se agregó más información de esquema\nCaso de choque evitado (Sentry IOBROKER-TUYA-89)",
"pl": "Dodano więcej informacji o schemacie\nZapobiegano awariom (Sentry IOBROKER-TUYA-89)",
"zh-cn": "添加了更多架构信息\n避免发生崩溃情况(Sentry IOBROKER-TUYA-89)"
},
"3.3.11": {
"en": "More schema information added",
"de": "Weitere Schemainformationen hinzugefügt",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "Se agregó más información de esquema",
"pl": "Dodano więcej informacji o schemacie",
"zh-cn": "添加了更多架构信息"
},
"3.1.6": {
"en": "More schema information added",
"de": "Weitere Schemainformationen hinzugefügt",
"ru": "Добавлена дополнительная информация о схеме",
"pt": "Mais informações do esquema adicionadas",
"nl": "Meer schema-informatie toegevoegd",
"fr": "Plus d'informations sur le schéma ajoutées",
"it": "Ulteriori informazioni sullo schema aggiunte",
"es": "Se agregó más información de esquema",
"pl": "Dodano więcej informacji o schemacie",
"zh-cn": "添加了更多架构信息"
}
},
"title": "Tuya",
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.tuya",
"version": "3.3.11",
"version": "3.3.12",
"description": "Tuya",
"author": {
"name": "Ingo Fischer",
Expand Down

0 comments on commit 1d5d4b1

Please sign in to comment.