From 38bb7623ff9818af3232d8294b0b4a035087a750 Mon Sep 17 00:00:00 2001 From: BenAhrdt Date: Sun, 12 Nov 2023 16:17:17 +0100 Subject: [PATCH] chore: release v1.0.6 * (BenAhrdt) insert check for node >= 16 --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 7 +++++-- package.json | 2 +- 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index eaadd1f..a5a1836 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To reset the counted operating hours just write one numeric state to 0. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.6 (2023-11-12) * (BenAhrdt) insert check for node >= 16 ### 1.0.5 (2023-11-02) diff --git a/io-package.json b/io-package.json index f197b7a..700ffcf 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "operating-hours", - "version": "1.0.5", + "version": "1.0.6", "news": { + "1.0.6": { + "en": "insert check for node >= 16", + "de": "eingabeprüfung für knoten >= anhang", + "ru": "вставить проверку для ноды >= 16, 16, 16", + "pt": "insira a verificação do nó >= 16", + "nl": "insert check for node 16", + "fr": "insert check for node acia= 16", + "it": ">= 16", + "es": "comprobación de la inserción para nodo 16", + "pl": "śledztwo dla węzła >== 16", + "uk": "перевірка вставки для вузла >= 16 мар", + "zh-cn": "增 无减 16" + }, "1.0.5": { "en": "correction in jsonconfig schema", "de": "korrektur im jsonconfig schema", @@ -80,19 +93,6 @@ "pl": "zależności od wersji 1", "uk": "залежності оновлено для версії 1.0.0 км", "zh-cn": "二. 更新后的承诺期 1.0%" - }, - "0.0.19": { - "en": "average on time indicates a string this formular: operatingHour/activationCounter", - "de": "durchschnittlich auf der Zeit gibt einen String diesen Formelr an: Geruch/Aktivierung Anzahl", - "ru": "средний по времени указывает на строку эту формулу: работа Час/активация Счетчик", - "pt": "média no tempo indica uma string este formulador: operando Hour/ativação Contador", - "nl": "gemiddeld op tijd wijst op een string deze formulering: Hour/activatie Contra", - "fr": "moyenne sur le temps indique une chaîne de ce formuleur: fonctionnement Heure/activation Counter", - "it": "media in tempo indica una stringa questo formulare: operativo Orario/attivazione Contatore", - "es": "promedio en el tiempo indica una cadena este formulario: el funcionamiento Hora/activación Contrato", - "pl": "średnio w czasie oznacza to sygnalizację sygnalną: funkcjonującą w tym czasie. godzina i aktywacja kontrkandydat", - "uk": "середній на час вказує рядок цей формулатор: операційний Час/активація Лічильник", - "zh-cn": "平均时间表示这种形式:操作 Hour/启动 反对" } }, "title": "Operating-Hours", diff --git a/package-lock.json b/package-lock.json index c65d6d1..dffaa3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.operating-hours", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.operating-hours", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", @@ -33,6 +33,9 @@ "sinon": "^17.0.0", "sinon-chai": "^3.7.0", "typescript": "~5.2.2" + }, + "engines": { + "node": ">= 16" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index b4ba077..286be85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.operating-hours", - "version": "1.0.5", + "version": "1.0.6", "description": "counting the operationg hours of own created states", "author": { "name": "BenAhrdt",