From 940a32a68941c98bbc928addc963273fd1e84751 Mon Sep 17 00:00:00 2001 From: foxthefox <16841643+foxthefox@users.noreply.github.com> Date: Sat, 10 Aug 2024 19:00:57 +0200 Subject: [PATCH] 2.5.11 --- LICENSE | 4 ++-- README.md | 8 +++++++- io-package.json | 20 ++++++++++++++++++-- package.json | 13 ++----------- 4 files changed, 29 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 7fd2578..d86a7df 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License - -Copyright (c) 2018 - 2024 foxthefox@wysiwis.net +Copyright (c) 2024 foxthefox +Copyright (c) 2018 - 2024 foxthefox Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 954725a..a9f3990 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,11 @@ otherwise it is more complex and individually to be parametrized. * DECT 350 (batterylow, battery) ## Changelog -### 2.5.10 (npm) + +### 2.5.11 (npm) +* upadate devDeps, linting error corrections + +### 2.5.10 * more loggimg for issue #500 of restart loop * some error messages downgraded to warnings * correction related to thermostat value take over, when reduced setting is activated @@ -550,3 +554,5 @@ otherwise it is more complex and individually to be parametrized. The MIT License (MIT) Copyright (c) 2018 - 2024 foxthefox + +Copyright (c) 2024 foxthefox diff --git a/io-package.json b/io-package.json index 42bd9e3..3d68041 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "fritzdect", - "version": "2.5.10", + "version": "2.5.11", "news": { + "2.5.11": { + "en": "update devDeps, linting error correction", + "de": "Update devDeps, Linting-Fehlerkorrektur", + "ru": "обновление devDeps, исправление ошибок линтинга", + "pt": "atualizar devDeps, correção de erros de linting", + "nl": "update devDeps, correctie van lintingfouten", + "fr": "mettre à jour devDeps, correction d'erreur de peluchage", + "it": "aggiornamento devDeps, correzione degli errori di linting", + "es": "actualizar devDeps, corrección de errores de linting", + "pl": "zaktualizuj devDeps, korekta błędów lintingu", + "uk": "оновлення devDeps, виправлення помилок linting", + "zh-cn": "更新 devDeps,linting 错误修正" + }, "2.5.10": { "en": "more loggimg for issue #500 of restart loop", "de": "Weitere Protokollierung für Problem Nr. 500 der Neustartschleife", @@ -97,7 +110,10 @@ "de": "docs/de/install.md" }, "keywords": [ "DECT ULE", "lighting", "heating", "switching", "fritzbox", "AVM" ], - "licenseInformation": "MIT", + "licenseInformation": { + "license": "MIT", + "type": "free" + }, "platform": "Javascript/Node.js", "icon": "fritzdect_logo.png", "enabled": false, diff --git a/package.json b/package.json index 55cd434..a3dd18e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.fritzdect", - "version": "2.5.10", + "version": "2.5.11", "description": "ioBroker fritzbox DECT Adapter", "author": { "name": "foxthefox", @@ -11,16 +11,7 @@ }, "homepage": "https://github.com/foxthefox/ioBroker.fritzdect", "license": "MIT", - "keywords": [ - "ioBroker", - "DECT2x0", - "DECT3x0", - "DECT4x0", - "DECT500", - "Contacts", - "Blinds", - "fritzbox" - ], + "keywords": [ "ioBroker", "DECT2x0", "DECT3x0", "DECT4x0", "DECT500", "Contacts", "Blinds", "fritzbox" ], "repository": { "type": "git", "url": "https://github.com/foxthefox/ioBroker.fritzdect"