Skip to content

Commit

Permalink
chore: release v3.3.2
Browse files Browse the repository at this point in the history
Fix serialport usage
  • Loading branch information
Apollon77 committed Feb 21, 2022
1 parent 56781a6 commit 17cc4a6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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.2 (2022-02-21)
* (Apollon77) Fix serialport usage

### 3.3.1 (2022-02-20)
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": "smartmeter",
"version": "3.3.1",
"version": "3.3.2",
"news": {
"3.3.2": {
"en": "Fix serialport usage",
"de": "Beheben Sie die Verwendung des seriellen Anschlusses",
"ru": "Исправить использование последовательного порта",
"pt": "Corrigir o uso da porta serial",
"nl": "Gebruik seriële poort repareren",
"fr": "Correction de l'utilisation du port série",
"it": "Correggere l'utilizzo della porta seriale",
"es": "Arreglar el uso del puerto serie",
"pl": "Napraw użycie portu szeregowego",
"zh-cn": "修复串口使用"
},
"3.3.1": {
"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",
Expand Down Expand Up @@ -230,18 +242,6 @@
"es": "CAMBIO DE INTERRUPCIÓN: solo admite nodejs 8.x +, modo compacto agregado, agregue Sentry para informes de errores, rutas seriales \"by-id\" del usuario si es posible",
"pl": "ZMIANA ZMIANY: obsługuje tylko nodejs 8.x +, dodano tryb kompaktowy, dodaj Sentry do zgłaszania błędów, jeśli to możliwe, ścieżki szeregowe „by-id” użytkownika",
"zh-cn": "突破性变化:仅支持nodejs 8.x +,添加了紧凑模式,添加了Sentry用于错误报告,并在可能的情况下添加了用户“ by-id”串行路径"
},
"2.0.0": {
"en": "BREAKING CHANGE: State names with * in changed again because of collisions",
"de": "BREAKING CHANGE: Zustandsnamen mit * in wurden aufgrund von Kollisionen erneut geändert",
"ru": "BREAKING CHANGE: имена состояний с * in снова изменены из-за коллизий",
"pt": "BREAKING CHANGE: nomes de estados com * alterados novamente devido a colisões",
"nl": "BREAKING CHANGE: Staatsnamen met * worden opnieuw gewijzigd vanwege botsingen",
"fr": "BREAKING CHANGE: les noms d'état avec * sont modifiés à nouveau à cause de collisions",
"it": "MODIFICA DELLA ROTTURA: i nomi di stato con * sono cambiati di nuovo a causa di collisioni",
"es": "ROTO DEL CAMBIO: los nombres de los estados con * cambian nuevamente debido a colisiones",
"pl": "BREAKING CHANGE: Nazwy stanów z * in zmieniły się ponownie z powodu kolizji",
"zh-cn": "BREAKING CHANGE:由于碰撞,* in的状态名称再次更改"
}
},
"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.

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.1",
"version": "3.3.2",
"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 17cc4a6

Please sign in to comment.