Skip to content

Commit 77016b4

Browse files
committed
chore: release v5.2.19
* (AlCalzone) Fix broken dependency
1 parent 287f959 commit 77016b4

File tree

4 files changed

+18
-19
lines changed

4 files changed

+18
-19
lines changed

CHANGELOG_OLD.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
The newest change log is in README.md
2+
## 5.2.13 (2021-09-13)
3+
* (AlCalzone) Fixed the loading of Node.js typings
4+
25
## 5.2.12 (2021-09-12)
36
* (bluefox) Fixed the font in the editor
47

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ And then call `npm run build`.
3838
Placeholder for the next version (at the beginning of the line):
3939
### __WORK IN PROGRESS__
4040
-->
41-
42-
### __WORK IN PROGRESS__
41+
### 5.2.19 (2022-01-10)
4342
* (AlCalzone) Fix broken dependency
4443

4544
### 5.2.18 (2021-12-14)
@@ -58,9 +57,6 @@ And then call `npm run build`.
5857
* (winnyschuster) added "Solar noon" to astro-list
5958
* (agross) Allow to define different states for reading and writing alias values
6059

61-
### 5.2.13 (2021-09-13)
62-
* (AlCalzone) Fixed the loading of Node.js typings
63-
6460
## License
6561
The MIT License (MIT)
6662

io-package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,20 @@
2020
"Apollon77 <iobroker@fischer-ka.de>",
2121
"AlCalzone"
2222
],
23-
"version": "5.2.18",
23+
"version": "5.2.19",
2424
"news": {
25+
"5.2.19": {
26+
"en": "Fix broken dependency",
27+
"de": "Gebrochene Abhängigkeit beheben",
28+
"ru": "Исправить сломанную зависимость",
29+
"pt": "Corrigir dependência quebrada",
30+
"nl": "Verbroken afhankelijkheid herstellen",
31+
"fr": "Réparer la dépendance cassée",
32+
"it": "Correggi la dipendenza interrotta",
33+
"es": "Arreglar la dependencia rota",
34+
"pl": "Napraw zepsutą zależność",
35+
"zh-cn": "修复损坏的依赖"
36+
},
2537
"5.2.18": {
2638
"en": "Fixed some german translations\nFixed astro schedules",
2739
"de": "Einige deutsche Übersetzungen korrigiert\nFeste Astrozeitpläne",
@@ -93,18 +105,6 @@
93105
"es": "Se corrigió la carga de tipificaciones de Node.js",
94106
"pl": "Naprawiono ładowanie typowań Node.js",
95107
"zh-cn": "修复了 Node.js 类型的加载"
96-
},
97-
"5.2.12": {
98-
"en": "Fixed the font in the editor",
99-
"de": "Die Schriftart im Editor korrigiert",
100-
"ru": "Исправлен шрифт в редакторе",
101-
"pt": "Corrigida a fonte no editor",
102-
"nl": "Het lettertype in de editor gerepareerd",
103-
"fr": "Correction de la police dans l'éditeur",
104-
"it": "Risolto il problema con il carattere nell'editor",
105-
"es": "Se corrigió la fuente en el editor.",
106-
"pl": "Poprawiono czcionkę w edytorze",
107-
"zh-cn": "修复了编辑器中的字体"
108108
}
109109
},
110110
"desc": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.javascript",
3-
"version": "5.2.18",
3+
"version": "5.2.19",
44
"description": "Rules Engine for ioBroker",
55
"author": "bluefox <dogafox@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)