Skip to content

Commit

Permalink
chore: release v1.4.6
Browse files Browse the repository at this point in the history
* (misanorot) fixed open connection after unload
  • Loading branch information
misanorot committed Oct 31, 2023
1 parent 5f1cb68 commit 5f77e90
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 @@ -81,7 +81,7 @@ mit dem gewünschten *get* Wert beschrieben werden.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.4.6 (2023-10-31)
* (misanorot) fixed open connection after unload

### 1.4.5 (2023-08-13)
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": "viessmann",
"version": "1.4.5",
"version": "1.4.6",
"news": {
"1.4.6": {
"en": "fixed open connection after unload",
"de": "feste offene verbindung nach entladen",
"ru": "фиксированное открытое соединение после разгрузки",
"pt": "conexão aberta fixa após descarga",
"nl": "een open verbinding na ontlading",
"fr": "connexion fixe ouverte après décharge",
"it": "connessione aperta fissa dopo scarico",
"es": "conexión abierta fija después de la descarga",
"pl": "stałe połączenia otwarte po wyjściu",
"uk": "фіксованого відкритого з'єднання після перевантаження",
"zh-cn": "在卸货之后的固定开放联系"
},
"1.4.5": {
"en": "fixed issue #135",
"de": "feste ausgabe #135",
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.viessmann",
"version": "1.4.5",
"version": "1.4.6",
"description": "Connect a viessmann heating system over vcontrold",
"author": {
"name": "misanorot",
Expand Down

0 comments on commit 5f77e90

Please sign in to comment.