Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
* (DNAngelX) Websocket disconnection fix
  • Loading branch information
DNAngelX committed Jul 31, 2024
1 parent 15b370d commit 9ab089c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The adapter creates and manages objects under the `iosapp` namespace. The object
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.1 (2024-07-31)
* (DNAngelX) Websocket disconnection fix

### 1.0.0 (2024-07-30)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "iosapp",
"version": "1.0.0",
"version": "1.0.1",
"news": {
"1.0.1": {
"en": "Websocket disconnection fix",
"de": "Websocket Trennfix",
"ru": "Отключение Websocket",
"pt": "Correção de desconexão Websocket",
"nl": "Websocket loskoppelingsfix",
"fr": "Correction de déconnexion Websocket",
"it": "Correzione di scollegamento di Websocket",
"es": "Corrección de desconexión Websocket",
"pl": "Rozwiązanie rozłączenia websocket",
"uk": "Виправлення відключення Websocket",
"zh-cn": "Websocket 断开"
},
"1.0.0": {
"en": "Stable BETA Release\nMessanges fix\nchanged namespace\nonline state for single devices fix",
"de": "Stabile BETA \nMessanges fix\ngeänderter namespace\nonline-zustand für einzelne geräte fix",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.iosapp",
"version": "1.0.0",
"version": "1.0.1",
"description": "This adapter integrates an iOS app with IoBroker, providing WebSocket endpoints for device data.",
"author": {
"name": "DNAngelX",
Expand Down

0 comments on commit 9ab089c

Please sign in to comment.