Skip to content

Commit

Permalink
chore: release v1.2.6
Browse files Browse the repository at this point in the history
* (simatec) Bugfix delete stations
* (simatec) Dependencies updated
  • Loading branch information
simatec committed Apr 25, 2022
1 parent 314413e commit 3f69aba
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog
<!--### __WORK IN PROGRESS__-->

### __WORK IN PROGRESS__
### 1.2.6 (2022-04-25)
* (simatec) Bugfix delete stations
* (simatec) Dependencies updated

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": "pegelalarm",
"version": "1.2.5",
"version": "1.2.6",
"news": {
"1.2.6": {
"en": "Bugfix delete stations\nDependencies updated",
"de": "Bugfix Stationen löschen\nAbhängigkeiten aktualisiert",
"ru": "Исправлено удаление станций\nЗависимости обновлены",
"pt": "Bugfix excluir estações\nDependências atualizadas",
"nl": "Bugfix stations verwijderen\nAfhankelijkheden bijgewerkt",
"fr": "Correction d'un bug supprimer les stations\nDépendances mises à jour",
"it": "Bugfix elimina stazioni\nDipendenze aggiornate",
"es": "Corrección de errores eliminar estaciones\nDependencias actualizadas",
"pl": "Naprawa błędów usuwania stacji\nZaktualizowano zależności",
"zh-cn": "错误修复删除电台\n已更新依赖项"
},
"1.2.5": {
"en": "Bugfix Adapter stop after request error\nDependencies updated\ntest and release updated",
"de": "Bugfix Adapterstopp nach Anforderungsfehler\nAbhängigkeiten aktualisiert\nTest und Release aktualisiert",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Rediseñar la interfaz gráfica de usuario",
"pl": "Przeprojektowanie Gui",
"zh-cn": "重新设计桂"
},
"1.1.7": {
"en": "Bugfix Adapter stop, Bugfix clean old stations",
"de": "Bugfix Adapter Stop, Bugfix alte Stationen bereinigen",
"ru": "Bugfix Остановка адаптера, исправление ошибок для очистки старых станций",
"pt": "Bugfix adaptador parar, Bugfix limpar estações antigas",
"nl": "Bugfix Adapter stop, Bugfix schone oude stations",
"fr": "Bugfix Adapter stop, Bugfix nettoyer les anciennes stations",
"it": "Bugfix Adapter stop, Bugfix pulisce vecchie stazioni",
"es": "Bugfix Adapter stop, Bugfix limpia estaciones viejas",
"pl": "Zatrzymanie adaptera Bugfix, Naprawianie błędów ze starych stacji",
"zh-cn": "Bugfix适配器停止,修正旧站的Bugfix"
}
},
"title": "Pegelalarm",
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.pegelalarm",
"version": "1.2.5",
"version": "1.2.6",
"description": "Provides data from Pegelalarm-API",
"author": {
"name": "simatec",
Expand Down

0 comments on commit 3f69aba

Please sign in to comment.