From 12c26d535747f68a24b08a47ab398809915c5ecd Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Sat, 27 Apr 2024 10:43:59 +0200 Subject: [PATCH] chore: release v6.7.0 * (foxriver76) ported to webserver --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7b1faa7..a37aaf9 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ You can set the option *Force Web-Sockets* to force using only web-sockets trans --> ## Changelog -### **WORK IN PROGRESS** +### 6.7.0 (2024-04-27) * (foxriver76) ported to webserver ### 6.6.1 (2024-02-22) diff --git a/io-package.json b/io-package.json index 2874e02..403dde8 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "socketio", - "version": "6.6.1", + "version": "6.7.0", "title": "socket.io", "titleLang": { "en": "socket.io" @@ -19,6 +19,19 @@ "zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序" }, "news": { + "6.7.0": { + "en": "ported to webserver", + "de": "auf webserver portiert", + "ru": "портируется на веб-сервер", + "pt": "portado para webserver", + "nl": "geporteerd naar webserver", + "fr": "porté au serveur web", + "it": "portato a webserver", + "es": "portado a servidor web", + "pl": "przeniesiony do serwera webserver", + "uk": "переглянуто веб-сервер", + "zh-cn": "移植到网络服务器" + }, "6.6.1": { "en": "Just some packages were updated", "de": "Nur einige Pakete wurden aktualisiert", @@ -96,19 +109,6 @@ "pl": "ulepszenie gniazd w celu naprawy przypadków katastrofy", "uk": "модернізація розетки-класів для фіксації аварійних випадків", "zh-cn": "a. 升级的碎片以防备事故" - }, - "6.5.3": { - "en": "added missing node16 requirement", - "de": "fehlende knoten16 anforderung", - "ru": "добавлено отсутствует требование к node16", - "pt": "requisito adicional node16 faltando", - "nl": "vermiste vereiste", - "fr": "exigence node16 manquante", - "it": "aggiunto mancante node16 requisito", - "es": "nodo16 faltante", - "pl": "zastrzeżenie", - "uk": "доданий відсутній вузол16 вимога", - "zh-cn": "增加未满足要求" } }, "authors": [ diff --git a/package.json b/package.json index 92afe41..a96820a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.socketio", - "version": "6.6.1", + "version": "6.7.0", "description": "This adapter allows to communicate different web applications with ioBroker.", "author": { "name": "bluefox", @@ -31,7 +31,7 @@ "@alcalzone/release-script-plugin-license": "^3.7.0", "@foxriver76/eslint-config": "^1.0.4", "@iobroker/adapter-dev": "^1.3.0", - "@iobroker/legacy-testing": "^1.0.9", + "@iobroker/legacy-testing": "^1.0.12", "gulp": "^4.0.2", "socket.io-client": "^2.5.0" },