Skip to content

Commit

Permalink
chore: release v5.2.19
Browse files Browse the repository at this point in the history
* (AlCalzone) Fix broken dependency
  • Loading branch information
Apollon77 committed Jan 10, 2022
1 parent 287f959 commit 77016b4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
The newest change log is in README.md
## 5.2.13 (2021-09-13)
* (AlCalzone) Fixed the loading of Node.js typings

## 5.2.12 (2021-09-12)
* (bluefox) Fixed the font in the editor

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ And then call `npm run build`.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 5.2.19 (2022-01-10)
* (AlCalzone) Fix broken dependency

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

### 5.2.13 (2021-09-13)
* (AlCalzone) Fixed the loading of Node.js typings

## License
The MIT License (MIT)

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,20 @@
"Apollon77 <[email protected]>",
"AlCalzone"
],
"version": "5.2.18",
"version": "5.2.19",
"news": {
"5.2.19": {
"en": "Fix broken dependency",
"de": "Gebrochene Abhängigkeit beheben",
"ru": "Исправить сломанную зависимость",
"pt": "Corrigir dependência quebrada",
"nl": "Verbroken afhankelijkheid herstellen",
"fr": "Réparer la dépendance cassée",
"it": "Correggi la dipendenza interrotta",
"es": "Arreglar la dependencia rota",
"pl": "Napraw zepsutą zależność",
"zh-cn": "修复损坏的依赖"
},
"5.2.18": {
"en": "Fixed some german translations\nFixed astro schedules",
"de": "Einige deutsche Übersetzungen korrigiert\nFeste Astrozeitpläne",
Expand Down Expand Up @@ -93,18 +105,6 @@
"es": "Se corrigió la carga de tipificaciones de Node.js",
"pl": "Naprawiono ładowanie typowań Node.js",
"zh-cn": "修复了 Node.js 类型的加载"
},
"5.2.12": {
"en": "Fixed the font in the editor",
"de": "Die Schriftart im Editor korrigiert",
"ru": "Исправлен шрифт в редакторе",
"pt": "Corrigida a fonte no editor",
"nl": "Het lettertype in de editor gerepareerd",
"fr": "Correction de la police dans l'éditeur",
"it": "Risolto il problema con il carattere nell'editor",
"es": "Se corrigió la fuente en el editor.",
"pl": "Poprawiono czcionkę w edytorze",
"zh-cn": "修复了编辑器中的字体"
}
},
"desc": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "5.2.18",
"version": "5.2.19",
"description": "Rules Engine for ioBroker",
"author": "bluefox <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 77016b4

Please sign in to comment.