Skip to content

Commit

Permalink
chore: release v3.1.3
Browse files Browse the repository at this point in the history
fix socketio dependency
  • Loading branch information
Apollon77 committed Jan 12, 2021
1 parent f0e3036 commit 11733bd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ You can set option *Force Web-Sockets* to force using only web-sockets transport

## Changelog

### __WORK IN PROGRESS__
### 3.1.3 (2021-01-12)
* (Apollon77) fix socketio dependency

### 3.1.2 (2021-01-09)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "socketio",
"version": "3.1.2",
"version": "3.1.3",
"title": "socket.io",
"desc": {
"en": "This adapter allows to communicate different web applications with ioBroker",
Expand All @@ -16,6 +16,18 @@
"zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序"
},
"news": {
"3.1.3": {
"en": "fix socketio dependency",
"de": "Behebung der Socketio-Abhängigkeit",
"ru": "исправить зависимость socketio",
"pt": "consertar dependência de socketio",
"nl": "fix socketio-afhankelijkheid",
"fr": "correction de la dépendance socketio",
"it": "correggere la dipendenza da socketio",
"es": "arreglar la dependencia de socketio",
"pl": "naprawić zależność od gniazda",
"zh-cn": "修复套接字依赖"
},
"3.1.2": {
"en": "Support of new Let's Encrypt (only with js-controller 3.2.x)",
"de": "Unterstützung des neuen Let's Encrypt (nur mit js-controller 3.2.x)",
Expand Down
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": "3.1.2",
"version": "3.1.3",
"description": "This adapter allows to communicate different web applications with ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 11733bd

Please sign in to comment.