Skip to content

Commit

Permalink
chore: release v1.10.13
Browse files Browse the repository at this point in the history
* (arteck) corr icon download bug (axios)
  • Loading branch information
arteck committed Nov 10, 2024
1 parent b8e95f3 commit bc8030f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ You can thank the authors by these links:

-----------------------------------------------------------------------------------------------------
## Changelog
### 1.10.13 (2024-11-10)
* (arteck) corr icon download bug (axios)

### 1.10.12 (2024-11-03)
* (asgothian) corr Channel Scan

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "zigbee",
"version": "1.10.12",
"version": "1.10.13",
"news": {
"1.10.13": {
"en": "corr icon download bug (axios)",
"de": "corr icon download bug (axios)",
"ru": "значок скачать bug (axios)",
"pt": "corr ícone de download bug (eixos)",
"nl": "corr pictogram download bug (axios)",
"fr": "corr icône de téléchargement bug (axios)",
"it": "corr icon download bug (assios)",
"es": "corr icono descargar bug (axios)",
"pl": "corr ikona pobierz błąd (axios)",
"uk": "корр іконки завантажити помилку (axios)",
"zh-cn": "corr 图标下载错误( axios)"
},
"1.10.12": {
"en": "corr Channel Scan",
"de": "corr Channel Scan",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "dodaj opcję kontroli przepływu\ndodaj nowy NewHerdsman\ndodaj nowego koordynatora ezsp Firmware (7.4.1.0)",
"uk": "додати варіант контролю потоку\nдодати новийHerdsman\nadd new ezsp manager Прошивка (7.4.1.0)",
"zh-cn": "添加流量控制选项\n添加新赫兹曼\n添加新的 ezsp 协调员 Firmware (7.4.1.0)"
},
"1.10.6": {
"en": "core update\ndependency update",
"de": "kern-update\naktualisierung der abhängigkeit",
"ru": "обновление\nобновление",
"pt": "atualização do núcleo\natualização de dependência",
"nl": "kernupdate\nafhankelijkheidsupdate",
"fr": "mise à jour de base\nmise à jour de la dépendance",
"it": "aggiornamento del core\naggiornamento della dipendenza",
"es": "actualización básica\nactualización de la dependencia",
"pl": "podstawowa aktualizacja\naktualizacja zależności",
"uk": "оновлення ядра\nоновлення залежності",
"zh-cn": "核心更新\n依赖性更新"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions lib/statescontroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,8 @@ class StatesController extends EventEmitter {
writer.on('finish', resolve);
writer.on('error', reject);
}).catch(err => {
// reject(err);
this.warn(`ERROR : icon path not found ${image_path}`);
// reject(err);
this.warn(`ERROR : icon path not found ${image_path}`);
});
});
}
Expand Down
4 changes: 2 additions & 2 deletions 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.zigbee",
"version": "1.10.12",
"version": "1.10.13",
"author": {
"name": "Kirov Ilya",
"email": "[email protected]"
Expand Down

0 comments on commit bc8030f

Please sign in to comment.