Skip to content

Commit

Permalink
chore: release v1.10.2
Browse files Browse the repository at this point in the history
* (arteck) dependency update
  • Loading branch information
arteck committed Jan 25, 2024
1 parent 17ef86b commit 71814e4
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 31 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ You can thank the authors by these links:
-----------------------------------------------------------------------------------------------------

## Changelog
### 1.10.2 (2024-01-25)
* (arteck) dependency update

### 1.10.1 (2024-01-21)
* (arteck) Baudrate is now configurable. works ONLY with Deconz/Conbee( 38400 )
* (arteck) add nvbackup.json delete button
Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "zigbee",
"version": "1.10.1",
"version": "1.10.2",
"news": {
"1.10.2": {
"en": "dependency update",
"de": "aktualisierung der abhängigkeit",
"ru": "обновление",
"pt": "atualização de dependência",
"nl": "afhankelijkheidsupdate",
"fr": "mise à jour de la dépendance",
"it": "aggiornamento della dipendenza",
"es": "actualización de la dependencia",
"pl": "aktualizacja zależności",
"uk": "оновлення залежності",
"zh-cn": "依赖性更新"
},
"1.10.1": {
"en": "Baudrate is now configurable. works ONLY with Deconz/Conbee( 38400 )\nadd nvbackup.json delete button",
"de": "Baudrate ist jetzt konfigurierbar. funktioniert nur mit Deconz/Conbee( 38400 )\nnvbackup hinzufügen. json löschen taste",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "typ",
"uk": "тип",
"zh-cn": "类型"
},
"1.9.3": {
"en": "last zhc Version 16.x\ncorr reboot in statecontroller",
"de": "letzte Version 16.x\nkorr reboot in statecontroller",
"ru": "последняя версия zhc 16.x\nкорр перезагрузка в государственный контролер",
"pt": "última versão zhc 16.x\nreboot de corr no controlador de estado",
"nl": "laatste Zhc Version 16\ncorr reboot in staatscontroller",
"fr": "dernière version zhc 16.x\ncorr reboot in statecontroller",
"it": "ultima versione zhc 16.x\nreboot corr in statocontroller",
"es": "última versión 16.x\nreboot de corr en statecontroller",
"pl": "ostatnia wersja 16.x\nkor reboot w systemie kontroli państwa",
"uk": "остання версія jc 16.x\nперезавантаження коренів в держконтролері",
"zh-cn": "上一次zhc Version 16x\n州控制容忍的报复"
}
},
"titleLang": {
Expand Down Expand Up @@ -238,7 +238,7 @@
"cancel"
]
}
]
]
},
"native": {
"port": "",
Expand Down
47 changes: 32 additions & 15 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.1",
"version": "1.10.2",
"author": {
"name": "Kirov Ilya",
"email": "[email protected]"
Expand Down

0 comments on commit 71814e4

Please sign in to comment.