Skip to content

Commit

Permalink
chore: release v2.5.1
Browse files Browse the repository at this point in the history
* (Apollon77) Fix crash case reported by Sentry
  • Loading branch information
Apollon77 committed Apr 23, 2022
1 parent 731d1a1 commit 863c71d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,9 @@ States:
### __WORK IN PROGRESS__
-->
## Changelog

### __WORK IN PROGRESS__
### 2.5.1 (2022-04-23)
* (Apollon77) Fix crash case reported by Sentry


### 2.5.0 (2022-03-21)
* (GreatSUN) Implement writing of NSPanel Widget changes
* (Apollon77) Fix crash case reported by Sentry
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "sonoff",
"version": "2.5.0",
"version": "2.5.1",
"news": {
"2.5.1": {
"en": "Fix crash case reported by Sentry",
"de": "Absturzfall behoben, der von Sentry gemeldet wurde",
"ru": "Исправить случай сбоя, о котором сообщил Sentry",
"pt": "Corrigir caso de falha relatado pelo Sentinela",
"nl": "Herstel crashgeval gemeld door Sentry",
"fr": "Correction d'un cas de crash signalé par Sentry",
"it": "Risolto il caso di crash segnalato da Sentry",
"es": "Solucionar caso de bloqueo informado por Sentry",
"pl": "Napraw przypadek awarii zgłoszony przez Sentry",
"zh-cn": "修复 Sentry 报告的崩溃案例"
},
"2.5.0": {
"en": "Implement writing of NSPanel Widget changes\nFix crash case reported by Sentry",
"de": "Implementieren Sie das Schreiben von NSPanel-Widget-Änderungen\nAbsturzfall behoben, der von Sentry gemeldet wurde",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Mejor detección de tipos para estados no descritos",
"pl": "Lepsze wykrywanie typów dla stanów nieopisanych",
"zh-cn": "更好的未描述状态的类型检测"
},
"2.4.2": {
"en": "Optimize for js-controller 3.3",
"de": "Optimieren Sie für js-Controller 3.3",
"ru": "Оптимизировать под js-controller 3.3",
"pt": "Otimize para js-controller 3.3",
"nl": "Optimaliseren voor js-controller 3.3",
"fr": "Optimiser pour js-controller 3.3",
"it": "Ottimizza per js-controller 3.3",
"es": "Optimizar para js-controller 3.3",
"pl": "Optymalizacja dla kontrolera js 3.3",
"zh-cn": "针对 js-controller 3.3 优化"
}
},
"title": "Sonoff",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.sonoff",
"description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
"version": "2.5.0",
"version": "2.5.1",
"author": "bluefox <[email protected]>",
"homepage": "https://github.com/ioBroker/ioBroker.sonoff",
"repository": {
Expand Down

0 comments on commit 863c71d

Please sign in to comment.