Skip to content

Commit

Permalink
chore: release v2.6.5
Browse files Browse the repository at this point in the history
* (Apollon77) Fix some crash cases reported by Sentry
  • Loading branch information
Apollon77 committed Jun 17, 2022
1 parent 92d7b21 commit cc434b9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ on({id: 'nuki-extended.0.openers.opener.state.ringStateUpdate', change: "any", a
Please see [release page](https://github.com/Zefau/ioBroker.nuki-extended/releases) for changelog and detailed information.

<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
### 2.6.5 (2022-06-17)
* (Apollon77) Fix some crash cases reported by Sentry

### 2.6.4 (2022-06-16)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "nuki-extended",
"version": "2.6.4",
"version": "2.6.5",
"title": "Nuki Smartlock & Opener",
"titleLang": {
"en": "Nuki Smartlock & Opener",
Expand All @@ -28,6 +28,18 @@
"zh-cn": "控制和监视你的Nuki Smartlock和Nuki开与ioBroker"
},
"news": {
"2.6.5": {
"en": "Fix some crash cases reported by Sentry",
"de": "Beheben Sie einige Crashfälle gemeldet von Sentry",
"ru": "Исправить некоторые случаи аварии, описанные Сентри",
"pt": "Corrigir alguns casos de acidente relatados por Sentry",
"nl": "Regel een aantal crash gevallen",
"fr": "Correction de certains cas de crash signalés par Sentry",
"it": "Fissa alcuni casi di crash segnalati da Sentry",
"es": "Arreglar algunos casos de accidentes reportados por Sentry",
"pl": "Fix niektóre przypadki katastrofy odnotowane przez Sentry'a",
"zh-cn": "九例Sentry报告的一些事故"
},
"2.6.4": {
"en": "Fix some crash cases reported by Sentry",
"de": "Beheben Sie einige Crashfälle gemeldet von Sentry",
Expand Down Expand Up @@ -99,18 +111,6 @@
"es": "Permitir la operación solo de API web\nHacer compatible con Node.js 18.x\nAgregar Sentry para informes de fallas",
"pl": "Zezwalaj tylko na działanie web-api\nZapewnij kompatybilność z Node.js 18.x\nDodaj Sentry do zgłaszania awarii",
"zh-cn": "允许仅 web-api 操作\n与 Node.js 18.x 兼容\n添加 Sentry 以进行崩溃报告"
},
"2.4.0": {
"en": "added support for Nuki Smart Door and Nuki Smart Lock 3.0 (Pro)",
"de": "Unterstützung für Nuki Smart Door und Nuki Smart Lock 3.0 (Pro) hinzugefügt",
"ru": "добавлена поддержка Nuki Smart Door и Nuki Smart Lock 3.0 (Pro)",
"pt": "adicionado suporte para Nuki Smart Door e Nuki Smart Lock 3.0 (Pro)",
"nl": "ondersteuning toegevoegd voor Nuki Smart Door en Nuki Smart Lock 3.0 (Pro)",
"fr": "ajout de la prise en charge de Nuki Smart Door et Nuki Smart Lock 3.0 (Pro)",
"it": "aggiunto il supporto per Nuki Smart Door e Nuki Smart Lock 3.0 (Pro)",
"es": "soporte agregado para Nuki Smart Door y Nuki Smart Lock 3.0 (Pro)",
"pl": "dodano wsparcie dla Nuki Smart Door i Nuki Smart Lock 3.0 (Pro)",
"zh-cn": "添加了对 Nuki Smart Door 和 Nuki Smart Lock 3.0 (Pro) 的支持"
}
},
"authors": [
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
Expand Up @@ -57,5 +57,5 @@
"release": "release-script",
"translate": "translate-adapter"
},
"version": "2.6.4"
"version": "2.6.5"
}

0 comments on commit cc434b9

Please sign in to comment.