From 198a0a3dc3d0fb1f9625d9aa188a96c9026146af Mon Sep 17 00:00:00 2001 From: simatec Date: Wed, 21 Sep 2022 09:35:34 +0200 Subject: [PATCH] chore: release v0.5.5 * (simatec) small Bugfixes --- README.md | 2 +- io-package.json | 26 +++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index c5deec5..3222641 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog -### __WORK IN PROGRESS__ +### 0.5.5 (2022-09-21) * (simatec) small Bugfixes ### 0.5.4 (2022-09-20) diff --git a/io-package.json b/io-package.json index 4318990..d4909b6 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "solax", - "version": "0.5.4", + "version": "0.5.5", "news": { + "0.5.5": { + "en": "small Bugfixes", + "de": "kleine Bugfixes", + "ru": "небольшие багфиксы", + "pt": "pequenos bugs", + "nl": "kleine Bugfix", + "fr": "petites Bugfixes", + "it": "piccoli bugfix", + "es": "pequeños Bugfixes", + "pl": "mały Bugfix", + "zh-cn": "小额Bugfix" + }, "0.5.4": { "en": "small Bugfixes", "de": "kleine Bugfixes", @@ -74,18 +86,6 @@ "es": "Corregir estados", "pl": "Napraw stany", "zh-cn": "修复状态" - }, - "0.4.5": { - "en": "Dependencies updated\nsmall Bugfixes", - "de": "Abhängigkeiten aktualisiert\nkleine Bugfixes", - "ru": "Зависимости обновлены\nмелкие исправления", - "pt": "Dependências atualizadas\npequenas correções de bugs", - "nl": "Afhankelijkheden bijgewerkt\nkleine bugfixes", - "fr": "Dépendances mises à jour\npetites corrections de bogues", - "it": "Dipendenze aggiornate\npiccole correzioni di bug", - "es": "Dependencias actualizadas\npequeñas correcciones de errores", - "pl": "Zaktualizowano zależności\nmałe poprawki", - "zh-cn": "已更新依赖项\n小错误修正" } }, "title": "Solax", diff --git a/package-lock.json b/package-lock.json index c580979..c2cc0b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.solax", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.solax", - "version": "0.5.4", + "version": "0.5.5", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index 1e0d969..643ee75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.solax", - "version": "0.5.4", + "version": "0.5.5", "description": "Solax Inverter API Cloud and Local Connection", "author": { "name": "simatec",