diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index b14dd1f..378975c 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,7 @@ # Older changes +## 1.0.0 (2023-01-15) +* (chaozmc) Push version to v1.0.0 as the code seems to be considerable as first stable release + ## 0.3.0 (2023-01-15) * (chaozmc) Changed Adapter Type to more suitable climate-control instead of communication * (chaozmc) Altered query URL for inital scan to use single ?-symbol instead of double diff --git a/README.md b/README.md index dddf1be..81887c1 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The adapter maintains the connected state, even there's no real permanent connec Placeholder for the next version (at the beginning of the line): **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.5 (2023-09-23) * (chaozmc) set min node version to 18.x (merge pull request #23) ### 1.0.4 (2023-09-22) @@ -63,9 +63,6 @@ The adapter maintains the connected state, even there's no real permanent connec * (chaozmc) Added counter to stop adapter after 10 unsuccessful requests * (chaozmc) Added check if there would be more than 50 top-level-objects to be created -### 1.0.0 (2023-01-15) -* (chaozmc) Push version to v1.0.0 as the code seems to be considerable as first stable release - ### **0.0.3** * (chaozmc) code cleanup, trigger for update & rescan diff --git a/io-package.json b/io-package.json index 4a77bad..ff4c2df 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "oekofen-json", - "version": "1.0.4", + "version": "1.0.5", "news": { + "1.0.5": { + "en": "set min node version to 18.x (merge pull request #23)", + "de": "min-knoten-version auf 18.x setzen (merge pull request #23)", + "ru": "установить min node версии до 18.x (слияние pull request #23)", + "pt": "set min node versão para 18.x (merge pull request #23)", + "nl": "zet min nodeversie op 18.x", + "fr": "set min node version to 18.x (merge pull request #23)", + "it": "set min nodo versione a 18.x (chiusura pull richiesta #23)", + "es": "set min node version to 18.x (merge pull request #23)", + "pl": "wersja z węzłem 18.x (ang.)", + "uk": "встановити min версія вузла до 18.x (запит на протяг #23)", + "zh-cn": "为18.0%的未用版本(将请求编号:第23号)" + }, "1.0.4": { "en": "changed github workflow config\npush version", "de": "github workflow config\ndruckversion", @@ -80,19 +93,6 @@ "pl": "Changed Adapter Typ do bardziej odpowiedniego klimatu zamiast komunikacji\nAltered query URL for inital scan to use a single ?-symbol zamiast podwójnego skanowania", "uk": "Змінений адаптер Тип більш підходящого клімат-контролю замість спілкування\nВимірювана URL-адреса запиту на вхідний сканування для використання одного ?-symbol замість подвійного", "zh-cn": "变化 更适合气候的控制而不是通信的类型\nAltered queryURL for inital扫描n to use单一 ?-symbol 而不是双重。" - }, - "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": "消除不必要的燃烧" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index c461b02..05a521c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.oekofen-json", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.oekofen-json", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", @@ -33,6 +33,9 @@ "sinon": "^14.0.0", "sinon-chai": "^3.7.0", "typescript": "~4.5.5" + }, + "engines": { + "node": ">= 18" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 6d8d3b1..16e2730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.oekofen-json", - "version": "1.0.4", + "version": "1.0.5", "description": "Connect OekoFEN Pellematic via JSON to ioBroker", "author": { "name": "chaozmc", @@ -16,7 +16,7 @@ "type": "git", "url": "https://github.com/chaozmc/ioBroker.oekofen-json" }, - "engines": { + "engines": { "node": ">= 18" }, "dependencies": {