From f6b514a420fdfa2bad070f0420c3a8c24e767172 Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Thu, 11 Apr 2024 14:57:51 +0200 Subject: [PATCH] chore: release v1.4.0 * (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now * (mcm1957) Translations have been updated * (mcm1957) Dependencies have been updated --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 634c600..83cf564 100755 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ After sending the state will be set to 0 again. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 1.4.0 (2024-04-11) * (mcm1957) Adapter requires node.js 18 and js-controller >= 5 now * (mcm1957) Translations have been updated * (mcm1957) Dependencies have been updated diff --git a/io-package.json b/io-package.json index b78454e..3239a27 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "harmony", - "version": "1.3.0", + "version": "1.4.0", "news": { + "1.4.0": { + "en": "Adapter requires node.js 18 and js-controller >= 5 now\nTranslations have been updated\nDependencies have been updated", + "de": "Adapter benötigt node.js 18 und js-controller >= 5 jetzt\nÜbersetzungen wurden aktualisiert\nAbhängigkeiten wurden aktualisiert", + "ru": "Адаптер требует node.js 18 и js-controller >= 5 сейчас\nПереводы были обновлены\nЗависимость обновлена", + "pt": "Adapter requer node.js 18 e js-controller >= 5 agora\nAs traduções foram atualizadas\nAs dependências foram atualizadas", + "nl": "Adapter vereist node.js 18 en js-controller Nu 5\nVertalingen zijn bijgewerkt\nAfhankelijkheden zijn bijgewerkt", + "fr": "Adaptateur nécessite node.js 18 et js-controller >= 5 maintenant\nLes traductions ont été mises à jour\nLes dépendances ont été actualisées", + "it": "Adattatore richiede node.js 18 e js-controller >= 5 ora\nLe traduzioni sono state aggiornate\nLe dipendenze sono state aggiornate", + "es": "Adaptador requiere node.js 18 y js-controller √= 5 ahora\nSe han actualizado las traducciones\nSe han actualizado las dependencias", + "pl": "Adapter wymaga node.js 18 i sterownika js- > = 5 teraz\nTłumaczenia zostały zaktualizowane\nZaktualizowano zależności", + "uk": "Адаптер вимагає node.js 18 і js-controller >= 5 тепер\nОновлено переклади\nЗалежність було оновлено", + "zh-cn": "适配器需要节点.js 18和js控制器 QQ 现在5号\n翻译已更新\n依赖关系已更新" + }, "1.3.0": { "en": "Adapter requires nodejs 16 now.\nAdapter has been moved to iobroker-community-adapters organisation.\nDependencies have been updated.", "de": "Adapter benötigt jetzt Nodejs 16.\nDer Adapter wurde auf die Organisation von iobroker-community-Adaptern verschoben.\nAbhängigkeiten wurden aktualisiert.", @@ -80,19 +93,6 @@ "pl": "Napraw klawisz wciśnięty wiele razy", "uk": "виправити натискання клавіші кілька разів", "zh-cn": "修复多次按下按键的问题" - }, - "1.1.2": { - "en": "Fixed problem where multiple connections to one hub could be opened", - "de": "Fehler behoben, wodurch zu einem Hub mehrere Verbindungen aufgebaut werden konnten", - "ru": "Исправлена ​​проблема, при которой можно было открыть несколько подключений к одному концентратору.", - "pt": "Corrigido problema onde múltiplas conexões para um hub podiam ser abertas", - "nl": "Probleem opgelost waarbij meerdere verbindingen met één hub konden worden geopend", - "fr": "Correction d'un problème où plusieurs connexions à un hub pouvaient être ouvertes", - "it": "Risolto il problema per cui potevano essere aperte più connessioni a un hub", - "es": "Se solucionó el problema por el cual se podían abrir múltiples conexiones a un concentrador.", - "pl": "Naprawiono problem polegający na tym, że można było otworzyć wiele połączeń z jednym koncentratorem", - "uk": "Виправлена ​​проблема, через яку можна було відкрити кілька підключень до одного концентратора", - "zh-cn": "修复了可以打开与一个集线器的多个连接的问题" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 85612ee..e083908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.harmony", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.harmony", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@harmonyhub/discover": "^1.0.9", diff --git a/package.json b/package.json index fe19023..ac21123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.harmony", - "version": "1.3.0", + "version": "1.4.0", "description": "Control your harmony activities from ioBroker.", "author": "Pmant ", "contributors": [