Skip to content

Commit 9c21372

Browse files
committed
chore: release v3.3.19
we fixed a crash due to multilingual instance objects
1 parent 802de80 commit 9c21372

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.19 (2021-11-17)
88
* (foxriver76) we fixed a crash due to multilingual instance objects
99

1010
## 3.3.18 (2021-09-11)

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.18",
5+
"version": "3.3.19",
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.19": {
24+
"en": "we fixed a crash due to multilingual instance objects",
25+
"de": "wir haben einen Absturz aufgrund mehrsprachiger Instanzobjekte behoben",
26+
"ru": "мы исправили сбой из-за многоязычных экземпляров объектов",
27+
"pt": "corrigimos uma falha devido a objetos multilingues de instância",
28+
"nl": "we hebben een crash verholpen vanwege meertalige instantieobjecten",
29+
"fr": "nous avons corrigé un plantage dû à des objets d'instance multilingues",
30+
"it": "abbiamo risolto un arresto anomalo dovuto a oggetti istanza multilingue",
31+
"es": "arreglamos un bloqueo debido a objetos de instancia multilingües",
32+
"pl": "naprawiliśmy awarię z powodu wielojęzycznych obiektów instancji",
33+
"zh-cn": "我们修复了由于多语言实例对象导致的崩溃"
34+
},
2335
"3.3.18": {
2436
"en": "Fix another edge case for UUID generation",
2537
"de": "Beheben Sie einen weiteren Randfall für die UUID-Generierung",

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.18",
3+
"version": "3.3.19",
44
"engines": {
55
"node": ">=10.0.0"
66
},

0 commit comments

Comments
 (0)