Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
* (HGlab01) !Breaking change! NodeJS 14.16 or higher required
* (HGlab01) !Breaking change! ioBroker js-controller 4.0 or higher required
* (HGlab01) Bump is-online from 9.0.1 to 10.0.0
  • Loading branch information
HGlab01 committed Sep 5, 2022
1 parent 0e89c62 commit 8ea89bd
Show file tree
Hide file tree
Showing 4 changed files with 8,008 additions and 67 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you like my work, please feel free to provide a personal donation
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 0.4.0 (2022-09-05)
* (HGlab01) !Breaking change! NodeJS 14.16 or higher required
* (HGlab01) !Breaking change! ioBroker js-controller 4.0 or higher required
* (HGlab01) Bump is-online from 9.0.1 to 10.0.0
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "tado",
"version": "0.4.0-alpha.1",
"version": "0.4.0",
"news": {
"0.4.0": {
"en": "!Breaking change! NodeJS 14.16 or higher required\n!Breaking change! ioBroker js-controller 4.0 or higher required\nBump is-online from 9.0.1 to 10.0.0",
"de": "! Veränderung brechen! NodeJS 14.16 oder höher erforderlich\n! Veränderung brechen! ioBroker js-controller 4.0 oder höher erforderlich\nBump is-online von 9.0.1 bis 10.0.0",
"ru": "! Перерыв перемен! NodeJS 14.16 или выше требуется\n! Перерыв перемен! ioBroker js-controller 4.0 или выше требуется\nBump онлайн с 9.0.1 до 10.0.0",
"pt": "! Mudança de ruptura! NodeJS 14.16 ou superior exigido\n! Mudança de ruptura! ioBroker js-controller 4.0 ou superior exigido\nBump is-online de 9.0.1 a 10.0.0",
"nl": "! Verandering. NodeJS 14.16 of hoger vereiste\n! Verandering. Quality over Quantity (QoQ) Releases Vertaling:\nBump is-online van 9.01 tot 10.0",
"fr": "! Changer ! NodeJS 14.16 ou plus requis\n! Changer ! ioBroker js-controller 4.0 ou supérieur requis\nBump is-online from 9.0.1 to 10.0.0",
"it": "! Cambiamento di rottura! NodeJS 14.16 o superiore richiesto\n! Cambiamento di rottura! ioBroker js-controller 4.0 o superiore richiesto\nBump è online da 9.0.1 a 10.0.0",
"es": "! ¡Cambio de ruptura! NodeJS 14.16 o superior requerido\n! ¡Cambio de ruptura! ioBroker js-controller 4.0 o superior requerido\nBump is-online from 9.0.1 to 10.0.0",
"pl": "! Zmiana. NodeJS 14.16 (ang.)\n! Zmiana. ioBroker js-kontroler 4.0 lub wyższych wymagań\nBump jest na linii 9.0.1 do 10.0.0",
"zh-cn": "! 打破沉默! 第14.16号申诉\n! 打破沉默! io Broker js-控制ler 4.0或更高需要\nBump是从9.0到10.0.0的。"
},
"0.4.0-alpha.1": {
"en": "!Breaking change! NodeJS 14.16 or higher required\n!Breaking change! ioBroker js-controller 4.0 or higher required\nBump is-online from 9.0.1 to 10.0.0",
"de": "! Veränderung brechen! NodeJS 14.16 oder höher erforderlich\n! Veränderung brechen! ioBroker js-controller 4.0 oder höher erforderlich\nBump is-online von 9.0.1 bis 10.0.0",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Admite la dirección de ActivateOpenWindow, OpenWindowDetection, childLockEnabled\nBump iobroker-jsonexplorer a v0.1.9\njs-controller 4.0 preparación",
"pl": "Obsługa sterowania ActivateOpenWindow, OpenWindowDetection, childLockEnabled\nPodnieś iobroker-jsonexplorer do wersji 0.1.9\nGotowość js-controller 4.0",
"zh-cn": "支持ActivateOpenWindow、OpenWindowDetection、childLockEnabled的转向\n将 iobroker-jsonexplorer 升级到 v0.1.9\njs-controller 4.0 准备就绪"
},
"0.3.15-alpha.1": {
"en": "Bump iobroker-jsonexplorer to v0.1.9\njs-controller 4.0 readiness",
"de": "Erweitern Sie iobroker-jsonexplorer auf v0.1.9\njs-controller 4.0-Bereitschaft",
"ru": "Поднимите iobroker-jsonexplorer до версии 0.1.9\nготовность js-контроллера 4.0",
"pt": "Suba iobroker-jsonexplorer para v0.1.9\nprontidão do controlador js 4.0",
"nl": "Bump iobroker-jsonexplorer naar v0.1.9\njs-controller 4.0 gereedheid",
"fr": "Passer iobroker-jsonexplorer à la v0.1.9\npréparation js-controller 4.0",
"it": "Porta iobroker-jsonexplorer alla v0.1.9\njs-controller 4.0 prontezza",
"es": "Bump iobroker-jsonexplorer a v0.1.9\njs-controller 4.0 preparación",
"pl": "Podnieś iobroker-jsonexplorer do wersji 0.1.9\nGotowość js-controller 4.0",
"zh-cn": "将 iobroker-jsonexplorer 升级到 v0.1.9\njs-controller 4.0 准备就绪"
}
},
"title": "Tado",
Expand Down
Loading

0 comments on commit 8ea89bd

Please sign in to comment.