Skip to content

Commit

Permalink
chore: release v0.10.4
Browse files Browse the repository at this point in the history
- Fixed: Warning resolved about invalid element in jsonConfig
  • Loading branch information
Excodibur committed Apr 28, 2024
1 parent 0b2f0eb commit ffa3116
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Placeholder for the next version (add instead of version-number-headline below):
## **WORK IN PROGRESS**
-->
## 0.10.4 (2024-04-28)
- Fixed: Warning resolved about invalid element in jsonConfig

## 0.10.3 (2024-01-29)
- Fixed: Some crashed caused by event-updates were fixed with a workaround.

Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tahoma",
"version": "0.10.3",
"version": "0.10.4",
"news": {
"0.10.4": {
"en": "Fixed: Warning resolved about invalid element in jsonConfig",
"de": "Behoben: Warnung über ungültiges Element in jsonConfig behoben",
"ru": "Исправлено предупреждение о недействительном элементе в jsonConfig",
"pt": "Corrigido: Aviso resolvido sobre elemento inválido em jsonConfig",
"nl": "Fixed: Waarschuwing opgelost over ongeldig element in jsonConfig",
"fr": "Correction : Avertissement résolu à propos de l'élément invalide dans jsonConfig",
"it": "Risolto: Attenzione risolto su elemento non valido in jsonConfig",
"es": "Fijo: Advertencia resuelta sobre el elemento inválido en jsonConfig",
"pl": "Naprawiono: Ostrzeżenie zostało usunięte o niepoprawnym elemencie w jsonConfig",
"uk": "Виправлено: Попередження вирішило про недійсний елемент в jsonConfig",
"zh-cn": "固定: 关于 jsonConfig 中无效元素的警告已解决"
},
"0.10.3": {
"en": "Fixed: Some crashed caused by event-updates were fixed with a workaround.",
"de": "Behoben: Einige von Event-Updates verursachte Absturz wurden mit einem Workaround behoben.",
Expand Down
4 changes: 2 additions & 2 deletions 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.tahoma",
"version": "0.10.3",
"version": "0.10.4",
"description": "Somfy Tahoma",
"author": {
"name": "Marius Burkard",
Expand Down

0 comments on commit ffa3116

Please sign in to comment.