From 5c2cab73237d11ed82da35a6b94bdf12e5e3629c Mon Sep 17 00:00:00 2001 From: simatec Date: Mon, 20 Nov 2023 14:36:30 +0100 Subject: [PATCH] chore: release v1.3.2 * (simatec) Dependencies updated --- README.md | 2 +- io-package.json | 27 ++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b8bc345..f3a01ea 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog -### __WORK IN PROGRESS__ +### 1.3.2 (2023-11-20) * (simatec) Dependencies updated ### 1.3.1 (2023-09-04) diff --git a/io-package.json b/io-package.json index f4bcb11..8686e65 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "pegelalarm", - "version": "1.3.1", + "version": "1.3.2", "news": { + "1.3.2": { + "en": "Dependencies updated", + "de": "Ausgaben aktualisiert", + "ru": "Обновленные зависимости", + "pt": "Dependências atualizadas", + "nl": "Afhankelijkheid geüpdateerd", + "fr": "Dépendances mises à jour", + "it": "Dipendenze aggiornate", + "es": "Actualización de las dependencias", + "pl": "Zależności", + "uk": "Залежність оновлено", + "zh-cn": "B. 更新的属地" + }, "1.3.1": { "en": "Dependencies updated\ntest and release updated\nTranslation updated", "de": "Ausgaben aktualisiert\ntest und release aktualisiert\nÜbersetzung aktualisiert", @@ -77,18 +90,6 @@ "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", - "ru": "Bugfix Остановка адаптера после ошибки запроса\nЗависимости обновлены\nтест и выпуск обновлены", - "pt": "Bugfix Adaptador parar após erro de solicitação\nDependências atualizadas\nteste e lançamento atualizados", - "nl": "Bugfix Adapter stopt na verzoekfout\nAfhankelijkheden bijgewerkt\ntest en release bijgewerkt", - "fr": "L'adaptateur de correction de bogue s'arrête après une erreur de demande\nDépendances mises à jour\ntest et version mis à jour", - "it": "Bugfix Adapter si interrompe dopo l'errore di richiesta\nDipendenze aggiornate\ntest e rilascio aggiornati", - "es": "Bugfix Adaptador detenido después de un error de solicitud\nDependencias actualizadas\nprueba y lanzamiento actualizado", - "pl": "Bugfix Adapter zatrzymuje się po błędzie żądania\nZaktualizowano zależności\nzaktualizowano test i wydanie", - "zh-cn": "错误修复请求错误后适配器停止\n更新了依赖项\n测试和发布更新" } }, "title": "Pegelalarm", diff --git a/package-lock.json b/package-lock.json index c712192..c6b86ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.pegelalarm", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.pegelalarm", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 7611578..5d5e54c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.pegelalarm", - "version": "1.3.1", + "version": "1.3.2", "description": "Provides data from Pegelalarm-API", "author": { "name": "simatec",