Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.11
Browse files Browse the repository at this point in the history
* (Garfonso) prevent error in debounce timer
  • Loading branch information
Garfonso committed Jun 16, 2024
1 parent 68b0751 commit 762c8d1
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 @@ -152,7 +152,7 @@ Connect such a sensor to a GPIO pin as described on the [node-dht-sensor](https:
PLACEHOLDER for the next version:
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.0-alpha.11 (2024-06-16)
* (Garfonso) prevent error in debounce timer

### 2.0.0-alpha.10 (2024-06-14)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "rpi2",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"news": {
"2.0.0-alpha.11": {
"en": "prevent error in debounce timer",
"de": "fehler im debounce timer verhindern",
"ru": "предотвратить ошибку в раскрывающем таймере",
"pt": "evitar erro no temporizador de debutimento",
"nl": "voorkomt fout in debounce timer",
"fr": "prévenir l'erreur dans le minuteur de débonflage",
"it": "prevenire l'errore nel timer debounce",
"es": "previene el error en el temporizador de debounce",
"pl": "zapobieganie błędom w timerze debuuncji",
"uk": "запобігти похибці в часі відхилення",
"zh-cn": "防止跳出计时器时出错"
},
"2.0.0-alpha.10": {
"en": "adapter terminates again.",
"de": "adapter beendet sich wieder sauber.",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "spróbuj innego gpio lib.",
"uk": "спробуйте ще один gpio lib.",
"zh-cn": "再试一次gpio lib."
},
"2.0.0-alpha.4": {
"en": "try new gpio lib.",
"de": "versuch neue gpio lib.",
"ru": "попробуйте новый gpio lib.",
"pt": "tente novo gpio lib.",
"nl": "probeer nieuwe gpio lib.",
"fr": "essayez la nouvelle lib gpio.",
"it": "provare nuovo gpio lib.",
"es": "prueba nuevo gpio lib.",
"pl": "spróbuj nowego gpio lib.",
"uk": "спробуйте новий gpio lib.",
"zh-cn": "尝试新的gpio lib."
}
},
"title": "RPI-Monitor",
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.rpi2",
"version": "2.0.0-alpha.10",
"version": "2.0.0-alpha.11",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit 762c8d1

Please sign in to comment.