Skip to content

Commit

Permalink
chore: release v6.6.0
Browse files Browse the repository at this point in the history
* (bluefox) Corrected adapter termination if the alias has no target
  • Loading branch information
GermanBluefox committed Oct 13, 2023
1 parent 3d65279 commit f1ad575
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can set the option *Force Web-Sockets* to force using only web-sockets trans
-->

## Changelog
### **WORK IN PROGRESS**
### 6.6.0 (2023-10-13)
* (bluefox) Corrected adapter termination if the alias has no target

### 6.5.7 (2023-10-08)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "socketio",
"version": "6.5.8",
"version": "6.6.0",
"title": "socket.io",
"titleLang": {
"en": "socket.io"
Expand All @@ -19,6 +19,19 @@
"zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序"
},
"news": {
"6.6.0": {
"en": "Corrected adapter termination if the alias has no target",
"de": "Korrigierter Adapterabschluss, wenn der Alias kein Ziel hat",
"ru": "Исправлено прекращение адаптера, если псевдоним не имеет цели",
"pt": "Terminação correta do adaptador se o alias não tiver nenhum alvo",
"nl": "Verminderde adapter terminatie als de alias geen doelwit heeft",
"fr": "Résiliation correcte de l'adaptateur si l'alias n'a pas de cible",
"it": "Rescissione adattatore corretta se l'alias non ha un obiettivo",
"es": "Terminación corregida del adaptador si el alias no tiene objetivo",
"pl": "Poprawne rozwiązanie adaptacyjne, jeśli alias nie ma docelowego celu",
"uk": "Виправлено припинення адаптера, якщо псевдонім не має цілей",
"zh-cn": "如果除其它外别无目标,适应适应人员终止"
},
"6.5.7": {
"en": "upgrade socket-classes to fix error with vis subscriptions",
"de": "upgrade-sockel-klassen, um fehler mit vis-abos zu beheben",
Expand Down
10 changes: 6 additions & 4 deletions lib/socket.io.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.socketio",
"version": "6.5.8",
"version": "6.6.0",
"description": "This adapter allows to communicate different web applications with ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit f1ad575

Please sign in to comment.