diff --git a/README.md b/README.md index 709e797..9a94a7e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Adapter was created in collaboration with Joerg Froehner J-Paul0815@hafenmeister Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.0.5 (2024-01-15) * (BenAhrdt) delete not configed states at startup ### 0.0.4 (2024-01-15) diff --git a/io-package.json b/io-package.json index ef1cfb5..ffc17fa 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "lorawan", - "version": "0.0.4", + "version": "0.0.5", "news": { + "0.0.5": { + "en": "delete not configed states at startup", + "de": "nicht konfiszierte staaten beim start löschen", + "ru": "удалить не настроенные состояния при запуске", + "pt": "excluir estados não configurados na inicialização", + "nl": "verwijderde niet-geconfigeerde toestanden bij opstarten", + "fr": "supprimer les états non configurés au démarrage", + "it": "delete not configed stati all'avvio", + "es": "eliminar estados no confiados al inicio", + "pl": "usuń nieskonfigurowane stany przy starcie", + "uk": "видалити не налаштовані стани при запуску", + "zh-cn": "删除启动时未配置状态" + }, "0.0.4": { "en": "implements buttons and standard downlink control ind json (push / replace)", "de": "implementiert tasten und standard-downlink-steuerung ind json (push / ersetzen)", diff --git a/package-lock.json b/package-lock.json index a6b5843..f60ba6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.lorawan", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.lorawan", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 70993d9..6cb1850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.lorawan", - "version": "0.0.4", + "version": "0.0.5", "description": "converts the desired lora gateway data to a ioBroker structure", "author": { "name": "BenAhrdt",