Skip to content

Commit

Permalink
chore: release v2.4.5
Browse files Browse the repository at this point in the history
Fix some crash cases reported by Sentry
  • Loading branch information
Apollon77 committed Jul 21, 2021
1 parent 9e2148f commit aacf2b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ States:
-->
## Changelog

### __WORK IN PROGRESS__
### 2.4.5 (2021-07-21)
* (Apollon77) Fix some crash cases reported by Sentry

### 2.4.4 (2021-07-19)
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "sonoff",
"version": "2.4.4",
"version": "2.4.5",
"news": {
"2.4.5": {
"en": "Fix some crash cases reported by Sentry",
"de": "Beheben Sie einige von Sentry gemeldete Absturzfälle",
"ru": "Исправить некоторые случаи сбоев, о которых сообщает Sentry",
"pt": "Corrija alguns casos de falha relatados pelo Sentry",
"nl": "Enkele crashgevallen gemeld door Sentry oplossen",
"fr": "Correction de certains cas de plantage signalés par Sentry",
"it": "Risolti alcuni casi di crash segnalati da Sentry",
"es": "Arregle algunos casos de fallas reportados por Sentry",
"pl": "Napraw niektóre przypadki awarii zgłoszone przez Sentry",
"zh-cn": "修复 Sentry 报告的一些崩溃案例"
},
"2.4.4": {
"en": "Added UvaIntensity and UvbIntensity",
"de": "UvaIntensity und UvbIntensity hinzugefügt",
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.4.4",
"version": "2.4.5",
"author": "bluefox <[email protected]>",
"homepage": "https://github.com/ioBroker/ioBroker.sonoff",
"repository": {
Expand Down

0 comments on commit aacf2b8

Please sign in to comment.