Skip to content

Commit

Permalink
chore: release v3.3.3
Browse files Browse the repository at this point in the history
IMPORTANT: This version requires at least Node.js 12.17+ (excluding non LTS like 13.x)
Prevent some crash cases
  • Loading branch information
Apollon77 committed Feb 21, 2022
1 parent f6dbc88 commit bb96601
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Sentry.io is a way for developers to get an overview about errors from their app
When the adapter crashes or an other Code error happens, this error message that also appears in the ioBroker log is submitted to our own Sentry server hosted in germany. When you allowed iobroker GmbH to collect diagnostic data then also your installation ID (this is just a unique ID **without** any additional infos about you, email, name or such) is included. This allows Sentry to group errors and show how many unique users are affected by such an error. All of this helps me to provide error free adapters that basically never crashs.

## Changelog
### __WORK IN PROGRESS__
### 3.3.3 (2022-02-21)
* IMPORTANT: This version requires at least Node.js 12.17+ (excluding non LTS like 13.x)
* (Apollon77) Prevent some crash cases

Expand Down
16 changes: 14 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "smartmeter",
"version": "3.3.2",
"version": "3.3.3",
"news": {
"3.3.3": {
"en": "IMPORTANT: This version requires at least Node.js 12.17+ (excluding non LTS like 13.x)\nPrevent some crash cases",
"de": "WICHTIG: Diese Version erfordert mindestens Node.js 12.17+ (außer Nicht-LTS wie 13.x)\nVerhindern Sie einige Absturzfälle",
"ru": "ВАЖНО: для этой версии требуется как минимум Node.js 12.17+ (за исключением не LTS, например 13.x).\nПредотвратить некоторые случаи сбоев",
"pt": "IMPORTANTE: esta versão requer pelo menos Node.js 12.17+ (excluindo não LTS como 13.x)\nPrevenir alguns casos de travamento",
"nl": "BELANGRIJK: deze versie vereist minimaal Node.js 12.17+ (exclusief niet-LTS zoals 13.x)\nVoorkom enkele crashgevallen",
"fr": "IMPORTANT : Cette version nécessite au moins Node.js 12.17+ (hors non LTS comme 13.x)\nPrévenir certains cas de crash",
"it": "IMPORTANTE: questa versione richiede almeno Node.js 12.17+ (escluso non LTS come 13.x)\nPrevenire alcuni casi di crash",
"es": "IMPORTANTE: esta versión requiere al menos Node.js 12.17+ (excluyendo no LTS como 13.x)\nPrevenir algunos casos de accidentes",
"pl": "WAŻNE: Ta wersja wymaga co najmniej Node.js 12.17+ (z wyłączeniem innych niż LTS, takich jak 13.x)\nZapobiegaj niektórym przypadkom awarii",
"zh-cn": "重要提示:此版本至少需要 Node.js 12.17+(不包括像 13.x 这样的非 LTS)\n防止一些崩溃案例"
},
"3.2.1": {
"en": "Optimize for js-controller 3.3",
"de": "Optimieren für js-controller 3.3",
Expand Down Expand Up @@ -342,4 +354,4 @@
"native": {}
}
]
}
}
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.smartmeter",
"version": "3.3.2",
"version": "3.3.3",
"description": "Smartmeter Adapter",
"author": "Ingo Fischer <ingo@fischer-ka.de>",
"contributors": [],
Expand Down Expand Up @@ -54,4 +54,4 @@
],
"produce-source-map": true
}
}
}

0 comments on commit bb96601

Please sign in to comment.