Skip to content

Commit

Permalink
chore: release v1.3.1
Browse files Browse the repository at this point in the history
make sure connection check do not crash adapter (Sentry IOBROKER-CUL-3)
crashes preventd (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)
  • Loading branch information
Apollon77 committed Jul 26, 2020
1 parent f8a0424 commit 848bcfb
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 @@ -30,7 +30,7 @@ Javascript/Node.js based Busware CUL USB / culfw adapter

## Changelog

### __WORK IN PROGRESS__
### 1.3.1 (2020-07-26)
* (Apollon77) make sure connection check do not crash adapter (Sentry IOBROKER-CUL-3)
* (Apollon77) crashes preventd (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)

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": "cul",
"version": "1.3.0",
"version": "1.3.1",
"news": {
"1.3.1": {
"en": "make sure connection check do not crash adapter (Sentry IOBROKER-CUL-3)\ncrashes preventd (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"de": "Stellen Sie sicher, dass die Verbindungsprüfung den Adapter nicht zum Absturz bringt (Sentry IOBROKER-CUL-3).\nAbstürze verhindert (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"ru": "убедитесь, что проверка соединения не дает сбой адаптеру (Sentry IOBROKER-CUL-3)\nпредотвращены сбои (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"pt": "verifique se a verificação da conexão não está travando o adaptador (Sentry IOBROKER-CUL-3)\nprevenção de falhas (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"nl": "zorg ervoor dat de verbindingscontrole de adapter niet crasht (Sentry IOBROKER-CUL-3)\ncrashes voorkomen (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"fr": "assurez-vous que la vérification de la connexion ne plante pas l'adaptateur (Sentry IOBROKER-CUL-3)\nplantages évités (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"it": "assicurarsi che il controllo della connessione non arresti in modo anomalo l'adattatore (Sentry IOBROKER-CUL-3)\ncrash preventd (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"es": "asegúrese de que la comprobación de conexión no bloquee el adaptador (Sentry IOBROKER-CUL-3)\naccidentes previstos (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"pl": "upewnij się, że sprawdzenie połączenia nie powoduje awarii adaptera (Sentry IOBROKER-CUL-3)\nzapobiega awariom (Sentry IOBROKER-CUL-5, IOBROKER-CUL-8)",
"zh-cn": "确保连接检查不会使适配器崩溃(Sentry IOBROKER-CUL-3)\n防止崩溃(哨兵IOBROKER-CUL-5,IOBROKER-CUL-8)"
},
"1.3.0": {
"en": "Really update dependencies and Serialport",
"de": "Aktualisieren Sie wirklich Abhängigkeiten und Serialport",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.cul",
"version": "1.3.0",
"version": "1.3.1",
"description": "Javascript/Node.js based Busware CUL USB / culfw adapter",
"author": "hobbyquaker <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 848bcfb

Please sign in to comment.