From 2488adb0e3542f6c95fe53c366dda34d452e9ac0 Mon Sep 17 00:00:00 2001 From: BenAhrdt Date: Fri, 9 Aug 2024 10:57:19 +0200 Subject: [PATCH] chore: release v1.0.8 * (Ben1983) remove 1.0.5 from io-package and add ioBroker to keywords --- README.md | 2 +- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 88963d2..523a9e4 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Or ignore values with a high standard deviation. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.0.8 (2024-08-09) * (Ben1983) remove 1.0.5 from io-package and add ioBroker to keywords ### 1.0.7 (2024-05-22) diff --git a/io-package.json b/io-package.json index 175e18c..77f3a29 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "smoothed", - "version": "1.0.7", + "version": "1.0.8", "news": { + "1.0.8": { + "en": "remove 1.0.5 from io-package and add ioBroker to keywords", + "de": "1.0.5 aus io-package entfernen und ioBroker zu Keywords hinzufügen", + "ru": "удалить 1.0.5 из io-package и добавить ioBroker к ключевым словам", + "pt": "remover 1.0.5 do io-package e adicionar ioBroker às palavras-chave", + "nl": "verwijderen 1.0.5 uit io-package en ioBroker toevoegen aan trefwoorden", + "fr": "supprimer 1.0.5 de io-package et ajouter ioBroker aux mots-clés", + "it": "rimuovere 1.0.5 da io-package e aggiungere ioBroker a parole chiave", + "es": "eliminar 1.0.5 de io-paquete y añadir ioBroker a palabras clave", + "pl": "usunąć 1.0.5 z pakietu jo- i dodać joBroker do słów kluczowych", + "uk": "remove 1.0.5 від io-package і додайте ioBroker до ключових слів", + "zh-cn": "从 io- package 中删除 1. 0.5 ,并在关键词中添加 ioBroker" + }, "1.0.7": { "en": "reduce more times subscribtion of the same id", "de": "mehrmalige abschreibung der gleichen id", diff --git a/package-lock.json b/package-lock.json index ac59287..5150be0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.smoothed", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.smoothed", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.6", diff --git a/package.json b/package.json index 07bfa4b..7ecc429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.smoothed", - "version": "1.0.7", + "version": "1.0.8", "description": "smoothes selected signas according to a selected function", "author": { "name": "Ben1983",