Skip to content

Commit b6e1196

Browse files
committed
chore: release v3.3.7
Adjust another set state check
1 parent 978f76c commit b6e1196

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## __WORK IN PROGRESS__
55
-->
66

7-
## __WORK IN PROGRESS__
7+
## 3.3.7 (2021-05-02)
88
* (foxriver76) Adjust another set state check
99

1010
## 3.3.6 (2021-05-02)

io-package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./schemas/io-package.json",
33
"common": {
44
"name": "js-controller",
5-
"version": "3.3.6",
5+
"version": "3.3.7",
66
"platform": "Javascript/Node.js",
77
"controller": true,
88
"mode": "daemon",
@@ -20,6 +20,18 @@
2020
"zh-cn": "JS控制器"
2121
},
2222
"news": {
23+
"3.3.7": {
24+
"en": "Adjust another set state check",
25+
"de": "Passen Sie eine weitere Statusprüfung an",
26+
"ru": "Настроить еще одну установленную проверку состояния",
27+
"pt": "Ajustar outra verificação de estado definido",
28+
"nl": "Pas een andere insteltoestandcontrole aan",
29+
"fr": "Ajuster une autre vérification de l'état d'ensemble",
30+
"it": "Regola un altro controllo dello stato impostato",
31+
"es": "Ajustar otra verificación de estado establecida",
32+
"pl": "Dostosuj kolejną kontrolę stanu zestawu",
33+
"zh-cn": "调整另一个设置状态检查"
34+
},
2335
"3.3.6": {
2436
"en": "Fix some set state checks and logging\n(Apollon77/Stabilostick) Try fix restart on Windows",
2537
"de": "Korrigieren Sie einige Statusprüfungen und Protokollierungen\n(Apollon77 / Stabilostick) Versuchen Sie, den Neustart unter Windows zu korrigieren",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.js-controller",
3-
"version": "3.3.6",
3+
"version": "3.3.7",
44
"engines": {
55
"node": ">=10.0.0"
66
},

0 commit comments

Comments
 (0)