Skip to content

Commit

Permalink
chore: release v0.4.2
Browse files Browse the repository at this point in the history
* (foxriver76) try to fix `ESOCKETTIMEDOUT`
  • Loading branch information
foxriver76 committed Oct 6, 2022
1 parent 3ba46a3 commit a817329
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ or any associated subsidiaries, logos or trademarks.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.4.2 (2022-10-06)
* (foxriver76) try to fix `ESOCKETTIMEDOUT`

### 0.4.0 (2022-09-17)
Expand Down
18 changes: 13 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "philips-tv",
"version": "0.4.1",
"version": "0.4.2",
"news": {
"0.4.2": {
"en": "try to fix `ESOCKETTIMEDOUT`",
"de": "versuchen, ESOCKETTIMEDOUT zu beheben",
"ru": "попробуйте исправить ESOCKETTIMEDOUT",
"pt": "tentar corrigir ESOCKETTIMEDOUT",
"nl": "probeer ESOCKETTIMEDOUT",
"fr": "essayez de réparer ESOCKETTIMEDOUT",
"it": "cercare di risolvere ESOCKETTIMEDOUT",
"es": "tratar de arreglar ESOCKETTIMEDOUT",
"pl": "próbuje naprawić ESOCKETTIMEDOUT",
"zh-cn": "试图确定ESOCKETTIMEDOUT"
},
"0.4.1": {
"en": "try to fix `ESOCKETTIMEDOUT`",
"de": "versuchen, ESOCKETTIMEDOUT zu beheben",
Expand Down Expand Up @@ -66,10 +78,6 @@
"0.2.0": {
"en": "Support sending key presses",
"de": "Senden von Tastendrücken unterstützt"
},
"0.1.0": {
"en": "Initial release",
"de": "Initiale Version"
}
},
"titleLang": {
Expand Down
18 changes: 9 additions & 9 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.philips-tv",
"version": "0.4.1",
"version": "0.4.2",
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit a817329

Please sign in to comment.