From b2b48e8b6eb06cb71c90e74095c102ba664f0950 Mon Sep 17 00:00:00 2001 From: Markus Feiler Date: Fri, 18 Nov 2022 18:40:17 +0100 Subject: [PATCH] chore: release v0.2.5 Removed unnecessary const --- CHANGELOG_OLD.md | 6 ++++++ README.md | 8 +------- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 24 insertions(+), 11 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index d361842..10c0539 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,5 +1,11 @@ # Older changes +## 0.2.0 (2022-07-24) +* (chaozmc) Update README, prepare for first stable release +* (chaozmc) Fix Objects with min/max null value (Issue #8) +* (chaozmc) Removed selectable encoding +* (chaozmc) Added v3.10d compatibility + ## 0.2.0-beta.0 (2022-07-03) * (chaozmc) update to admin v5 config and require min version of admin (>= 5.2.0) diff --git a/README.md b/README.md index 93ff5dd..eb51183 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The adapter maintains the connected state, even there's no real permanent connec ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.2.5 (2022-11-18) * (chaozmc) Removed unnecessary const ### 0.2.4 (2022-10-31) @@ -59,12 +59,6 @@ The adapter maintains the connected state, even there's no real permanent connec * (chaozmc) store password encrypted - fixes #14 * (chaozmc) create static objects via io-package.json - fixes #13 -### 0.2.0 (2022-07-24) -* (chaozmc) Update README, prepare for first stable release -* (chaozmc) Fix Objects with min/max null value (Issue #8) -* (chaozmc) Removed selectable encoding -* (chaozmc) Added v3.10d compatibility - ### **0.0.3** * (chaozmc) code cleanup, trigger for update & rescan diff --git a/io-package.json b/io-package.json index 1a4a215..73c0bd7 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "oekofen-json", - "version": "0.2.4", + "version": "0.2.5", "news": { + "0.2.5": { + "en": "Removed unnecessary const", + "de": "Entfernen unnötiger Konst", + "ru": "Удалены ненужные конст", + "pt": "Retirada desnecessária const", + "nl": "Verwijder onnodige consistent", + "fr": "Conste inutile enlevée", + "it": "Rimossa inutile const", + "es": "Quitar el const innecesario", + "pl": "Przewiduje się niepotrzebny stan", + "uk": "Видалено непотрібний конст", + "zh-cn": "消除不必要的燃烧" + }, "0.2.4": { "en": "changed loop behaviour to use a for...of loop instead of forEach to avoid parallel creation of too many objects at startup", "de": "geändertes Schleifenverhalten, um eine für...of-Schleife anstelle von forEach zu verwenden, um parallele Erstellung von zu vielen Objekten beim Start zu vermeiden", diff --git a/package-lock.json b/package-lock.json index b4175a2..da1efd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.oekofen-json", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.oekofen-json", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index 32f11a6..b4ff297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.oekofen-json", - "version": "0.2.4", + "version": "0.2.5", "description": "Connect OekoFEN Pellematic via JSON to ioBroker", "author": { "name": "chaozmc",