From 84c98bcf90814bee9fd267f8efd3cf16aabd1760 Mon Sep 17 00:00:00 2001 From: misanorot Date: Wed, 18 Dec 2024 14:38:07 +0100 Subject: [PATCH] chore: release v1.5.1 * (misanorot) fixed issue #245 ESlint --- CHANGELOG_OLD.md | 3 +++ README.md | 5 +---- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 5e88946..b692f34 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -68,6 +68,9 @@ #### 0.0.1 * (misanorot) initial release +## 1.4.6 (2023-10-31) +* (misanorot) fixed open connection after unload + ## 1.4.5 (2023-08-13) * (misanorot) fixed issue #135 diff --git a/README.md b/README.md index a4bbf5b..f3abb87 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.5.1 (2024-12-18) * (misanorot) fixed issue #245 ESlint ### 1.5.0 (2024-10-21) @@ -48,9 +48,6 @@ ### 1.4.7 (2024-01-13) * (misanorot) fixed issue #164 -### 1.4.6 (2023-10-31) -* (misanorot) fixed open connection after unload - ### License The MIT License (MIT) diff --git a/io-package.json b/io-package.json index b67ecb3..92bc4e2 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "viessmann", - "version": "1.5.0", + "version": "1.5.1", "news": { + "1.5.1": { + "en": "fixed issue #245 ESlint", + "de": "feste Ausgabe #245 ESlint", + "ru": "#245 ESlint", + "pt": "problema fixo #245 ESlint", + "nl": "vast nummer #245 ESlint", + "fr": "émission fixe #245 ESlint", + "it": "numero fisso #245 ESlint", + "es": "edición fija #245 ESlint", + "pl": "stałe wydanie # 245 ESlint", + "uk": "виправлено проблему #245 ESlint", + "zh-cn": "245 ESlint号固定版" + }, "1.5.0": { "en": "fixed issue #235 Responsive", "de": "feste Ausgabe #235 Antwort", @@ -80,19 +93,6 @@ "pl": "numer 135", "uk": "виправлено проблему #135", "zh-cn": "第135号固定问题" - }, - "1.4.4": { - "en": "Fixed JS-Controller 5 issues", - "de": "Fixed JS-Controller 5 Ausgaben", - "ru": "Фиксированный JS-Controller 5 вопросов", - "pt": "Controlador JS fixo 5 questões", - "nl": "Gerepareerd JS-Controller Vijf kwesties", - "fr": "Fixed JS-Controller 5 questions", - "it": "JS-Controller fisso 5 numeri", - "es": "Fixed JS-Controller 5 cuestiones", - "pl": "JS-Controller 5 numerów", - "uk": "Фіксований JS-Controller 5 питань", - "zh-cn": "九. 固定的协会-企业管理员 问题5" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index f5a1ef9..a3d590d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.viessmann", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.viessmann", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index 2058324..bd495e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.viessmann", - "version": "1.5.0", + "version": "1.5.1", "description": "Connect a viessmann heating system over vcontrold", "author": { "name": "misanorot",