diff --git a/README.md b/README.md index 02cdc21..b8a8c6e 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog -### __WORK IN PROGRESS__ +### 0.7.0 (2023-04-26) * (simatec) Dependencies updated * (simatec) Config for Firmware Version added * (simatec) small Bugfix diff --git a/io-package.json b/io-package.json index 3ecd390..a5bd85b 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "solax", - "version": "0.6.0", + "version": "0.7.0", "news": { + "0.7.0": { + "en": "Dependencies updated\nConfig for Firmware Version added\nsmall Bugfix", + "de": "Ausgaben aktualisiert\nConfig für Firmware Version hinzugefügt\nkleiner Bugfix", + "ru": "Обновленные зависимости\nConfig для версии прошивки добавлена\nнебольшой Bugfix", + "pt": "Dependências atualizadas\nConfig para Firmware Versão adicionada\npequeno Bugfix", + "nl": "Afhankelijkheid geüpdateerd\nConfig for Firmware Version toegevoegd\nkleine Bugfix", + "fr": "Dépendances mises à jour\nConfig for Firmware Version ajoutée\npetit Bugfix", + "it": "Dipendenze aggiornate\nConfigurazione per Firmware Versione aggiunto\npiccolo Bugfix", + "es": "Actualización de las dependencias\nConfig for Firmware Version añadido\npequeño Bugfix", + "pl": "Zależności\nOficjalna strona firmy\nmały Bug fix", + "uk": "Залежність оновлено\nНалаштування для версії прошивки\nмали", + "zh-cn": "B. 更新的属地\nFrmware Version的纤维添加\nbugfix" + }, "0.6.0": { "en": "Dependencies updated\nFix URL\nsmall Bugfix", "de": "Ausgaben aktualisiert\nURL herunterladen\nkleiner Bugfix", @@ -76,18 +89,6 @@ "es": "Híbrido-G4 añadido\npequeños Bugfixes\nprueba del appveyor eliminado\nexamen de travis eliminado", "pl": "Hybrid-G4 dodał Hybrid-G4\nmały Bugfix\ntest aplikacji\ntest", "zh-cn": "联 合 国\n小额Bugfix\n吊车试验\n取消试验" - }, - "0.5.2": { - "en": "Hybrid-G4 added\nsmall Bugfixes\nappveyor test removed\ntravis test removed", - "de": "Hybrid-G4 hinzugefügt\nkleine Bugfixes\nappvey-test entfernt\ntravis-test entfernt", - "ru": "Hybrid-G4 добавлено\nнебольшие багфиксы\nappveyor тест удален\ntravis тест удален", - "pt": "Hybrid-G4 adicionado\npequenos bugs\nteste de appveyor removido\nteste do travis removido", - "nl": "Hybrid-G4 toegevoegd\nkleine Bugfix\nappveortest verwijderd\ntravis test verwijderd", - "fr": "Hybrid-G4 ajouté\npetites Bugfixes\ntest appveyor enlevé\nessai de travis enlevé", - "it": "Hybrid-G4 aggiunto\npiccoli bugfix\nappveyor test rimosso\ntravis test rimosso", - "es": "Híbrido-G4 añadido\npequeños Bugfixes\nprueba del appveyor eliminado\nexamen de travis eliminado", - "pl": "Hybrid-G4 dodał Hybrid-G4\nmały Bugfix\ntest aplikacji\ntest", - "zh-cn": "联 合 国\n小额Bugfix\n吊车试验\n取消试验" } }, "title": "Solax", @@ -280,4 +281,4 @@ "native": {} } ] -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index fbc9c98..3a7cb7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.solax", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.solax", - "version": "0.6.0", + "version": "0.7.0", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index 35c4b34..8ca8719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.solax", - "version": "0.6.0", + "version": "0.7.0", "description": "Solax Inverter API Cloud and Local Connection", "author": { "name": "simatec",