Skip to content

Commit

Permalink
chore: release v3.3.13
Browse files Browse the repository at this point in the history
Do not install info adapter by default
  • Loading branch information
Apollon77 committed Jun 19, 2021
1 parent 03313a6 commit ab5828d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
## 3.3.13 (2021-06-19)
* (Apollon77) Do not install info adapter by default

## 3.3.12 (2021-06-07)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./schemas/io-package.json",
"common": {
"name": "js-controller",
"version": "3.3.12",
"version": "3.3.13",
"platform": "Javascript/Node.js",
"controller": true,
"mode": "daemon",
Expand All @@ -20,6 +20,18 @@
"zh-cn": "JS控制器"
},
"news": {
"3.3.13": {
"en": "Do not install info adapter by default",
"de": "Info-Adapter nicht standardmäßig installieren",
"ru": "Не устанавливать информационный адаптер по умолчанию",
"pt": "Não instale o adaptador de informação por padrão",
"nl": "Installeer de info-adapter niet standaard",
"fr": "Ne pas installer l'adaptateur d'informations par défaut",
"it": "Non installare l'adattatore informazioni per impostazione predefinita",
"es": "No instale el adaptador de información de forma predeterminada",
"pl": "Nie instaluj domyślnie adaptera informacji",
"zh-cn": "默认情况下不安装信息适配器"
},
"3.3.12": {
"en": "Make sure getStates uses write attribute of aliases instead of read\nAdd messages to read logs\nprevent crash in disconnect cases on startup\nallow defaultNewAcl updates on the fly",
"de": "Stellen Sie sicher, dass getStates das Write-Attribut von Aliasen anstelle von read verwendet\nFügen Sie Nachrichten hinzu, um Protokolle zu lesen\nAbsturz in Verbindungsabbrüchen beim Start verhindern\nerlauben Sie defaultNewAcl-Updates im laufenden Betrieb",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.js-controller",
"version": "3.3.12",
"version": "3.3.13",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit ab5828d

Please sign in to comment.