From 65a98f0a2e86c6b270aa7433230bbd9ac3941e28 Mon Sep 17 00:00:00 2001 From: Standarduser Date: Fri, 10 Nov 2023 11:41:18 +0100 Subject: [PATCH] chore: release v0.0.6 * (Standarduser) just some cleanup --- 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 f1c4857..69f4432 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The widgets are designed for VIS 1.x. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.0.6 (2023-11-10) * (Standarduser) just some cleanup diff --git a/io-package.json b/io-package.json index 9e2d35f..b123d4f 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "vis-homekittiles", - "version": "0.0.5", + "version": "0.0.6", "news": { + "0.0.6": { + "en": "just some cleanup", + "de": "nur ein bisschen sauber", + "ru": "только некоторые очистки", + "pt": "apenas uma limpeza", + "nl": "gewoon wat opruimen", + "fr": "juste un nettoyage", + "it": "solo qualche pulizia", + "es": "sólo un poco de limpieza", + "pl": "po prostu czyszczenie", + "uk": "просто трохи очищення", + "zh-cn": "只是一些清洁方案" + }, "0.0.5": { "en": "fixed: adjustment of decimals in labelgroup 1 & 2\nfixed: readme\nnot fixed: increment not working properbly", "de": "fest: anpassung der dezimals in der labelgruppe 1 & 2\nfixiert: readme\nnicht fixiert: inkrement nicht ordnungsgemäß arbeiten", diff --git a/package-lock.json b/package-lock.json index 24bf298..0c8eede 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.vis-homekittiles", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.vis-homekittiles", - "version": "0.0.5", + "version": "0.0.6", "license": "MIT", "devDependencies": { "@alcalzone/release-script": "^3.6.0", diff --git a/package.json b/package.json index a43a3f4..ae78a60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.vis-homekittiles", - "version": "0.0.5", + "version": "0.0.6", "description": "VIS widgets in HomeKit style", "author": { "name": "Standarduser",