Skip to content

Commit

Permalink
chore: release v3.0.4
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 5f20884 commit a986eb5
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 @@ -69,7 +69,7 @@ It is suggested to use [socket class](https://github.com/ioBroker/socket-client)
-->

## Changelog
### **WORK IN PROGRESS**
### 3.0.4 (2025-02-11)
* (@GermanBluefox) Adapter was rewritten in TypeScript

### 2.7.0 (2024-11-17)
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": "ws",
"version": "3.0.3",
"version": "3.0.4",
"title": "Web socket",
"titleLang": {
"en": "Web socket"
Expand All @@ -20,6 +20,19 @@
"zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序"
},
"news": {
"3.0.4": {
"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": "适配器在类型脚本中重写"
},
"2.7.0": {
"en": "Update ws-server library",
"de": "Ws-Server-Bibliothek aktualisieren",
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.ws",
"version": "3.0.3",
"version": "3.0.4",
"description": "This adapter allows to communicate different web applications with ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit a986eb5

Please sign in to comment.