Skip to content

Commit

Permalink
chore: release v1.3.4
Browse files Browse the repository at this point in the history
prevent crash case (Sentry IOBROKER-CUL-D)
  • Loading branch information
Apollon77 committed Dec 2, 2020
1 parent 5872bab commit edc263f
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 @@ -33,7 +33,7 @@ Javascript/Node.js based Busware CUL USB / culfw adapter

## Changelog

### __WORK IN PROGRESS__
### 1.3.4 (2020-12-02)
* (Apollon77) prevent crash case (Sentry IOBROKER-CUL-D)

### 1.3.3 (2020-09-25)
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.3",
"version": "1.3.4",
"news": {
"1.3.4": {
"en": "prevent crash case (Sentry IOBROKER-CUL-D)",
"de": "Absturz verhindern (Sentry IOBROKER-CUL-D)",
"ru": "случай предотвращения сбоя (Sentry IOBROKER-CUL-D)",
"pt": "evitar caso de travamento (Sentry IOBROKER-CUL-D)",
"nl": "crashgeval voorkomen (Sentry IOBROKER-CUL-D)",
"fr": "éviter les cas de crash (Sentry IOBROKER-CUL-D)",
"it": "prevenire crash case (Sentry IOBROKER-CUL-D)",
"es": "prevenir caso de accidente (Sentry IOBROKER-CUL-D)",
"pl": "zapobiegaj awariom (Sentry IOBROKER-CUL-D)",
"zh-cn": "防止发生崩溃情况(Sentry IOBROKER-CUL-D)"
},
"1.3.3": {
"en": "Added raw command support with cul.write()",
"de": "Unterstützung für Raw-Befehle mit cul.write () hinzugefügt",
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.3",
"version": "1.3.4",
"description": "Javascript/Node.js based Busware CUL USB / culfw adapter",
"author": "hobbyquaker <[email protected]>",
"contributors": [
Expand Down

0 comments on commit edc263f

Please sign in to comment.