Skip to content

Commit

Permalink
chore: release v3.3.14
Browse files Browse the repository at this point in the history
(foxriver/Apollon77) fix invalid logging in package manager
  • Loading branch information
Apollon77 committed Jun 20, 2021
1 parent 28033e1 commit 0c889a5
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.14 (2021-06-20)
* (foxriver/Apollon77) fix invalid logging in package manager

## 3.3.13 (2021-06-19) Release Hannah
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.13",
"version": "3.3.14",
"platform": "Javascript/Node.js",
"controller": true,
"mode": "daemon",
Expand All @@ -20,6 +20,18 @@
"zh-cn": "JS控制器"
},
"news": {
"3.3.14": {
"en": "(foxriver/Apollon77) fix invalid logging in package manager",
"de": "(foxriver/Apollon77) Ungültige Protokollierung im Paketmanager behoben",
"ru": "(foxriver / Apollon77) исправить недопустимый вход в диспетчер пакетов",
"pt": "(foxriver / Apollon77) corrigir log inválido no gerenciador de pacotes",
"nl": "(foxriver/Apollon77) herstel ongeldige logboekregistratie in pakketbeheerder",
"fr": "(foxriver/Apollon77) corrige la connexion non valide dans le gestionnaire de paquets",
"it": "(foxriver/Apollon77) corregge la registrazione non valida nel gestore pacchetti",
"es": "(foxriver / Apollon77) corrige el inicio de sesión no válido en el administrador de paquetes",
"pl": "(foxriver/Apollon77) naprawiono nieprawidłowe logowanie w menedżerze pakietów",
"zh-cn": "(foxriver/Apollon77) 修复包管理器中的无效登录"
},
"3.3.13": {
"en": "see CHANGELOG.md",
"de": "siehe CHANGELOG.md",
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.13",
"version": "3.3.14",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit 0c889a5

Please sign in to comment.