Skip to content

Commit

Permalink
chore: release v7.0.1
Browse files Browse the repository at this point in the history
* (@GermanBluefox) Adapter was rewritten in TypeScript
  • Loading branch information
GermanBluefox committed Feb 11, 2025
1 parent 24f0453 commit 4423311
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 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**
### 7.0.1 (2025-02-11)
* (@GermanBluefox) Adapter was rewritten in TypeScript

### 6.7.1 (2024-06-26)
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": "7.0.0",
"version": "7.0.1",
"title": "socket.io",
"titleLang": {
"en": "socket.io"
Expand All @@ -20,6 +20,19 @@
"zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序"
},
"news": {
"7.0.1": {
"en": "Adapter was rewritten in TypeScript",
"de": "Adapter wurde in TypeScript neu geschrieben",
"ru": "Адаптер был переписан в TypeScript",
"pt": "Adapter foi reescrito no TypeScript",
"nl": "Adapter is herschreven in TypeScript",
"fr": "Adaptateur a été réécrit dans TypeScript",
"it": "L'adattatore è stato riscritto in TypeScript",
"es": "Adaptador fue reescrito en TipoScript",
"pl": "Adapter został przepisany w TypeScript",
"uk": "Адаптер був записаний у TypeScript",
"zh-cn": "适配器在类型脚本中重写"
},
"6.7.1": {
"en": "Corrected call of getObjectView with null parameter",
"de": "Korrigierter Anruf von getObject Ansicht mit Null-Parameter",
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": "7.0.0",
"version": "7.0.1",
"description": "This adapter allows to communicate different web applications with ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 4423311

Please sign in to comment.