Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.3
Browse files Browse the repository at this point in the history
* (Garfonso) fix crash
  • Loading branch information
Garfonso committed May 24, 2024
1 parent 2dcc7c1 commit 26c7347
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 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.3 (2024-05-24)
* (Garfonso) fix crash

### 2.0.0-alpha.2 (2024-05-24)
Expand Down
27 changes: 14 additions & 13 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.2",
"version": "2.0.0-alpha.3",
"news": {
"2.0.0-alpha.3": {
"en": "fix crash",
"de": "fehlerbehebung",
"ru": "исправление",
"pt": "corrigir acidente",
"nl": "fix crash",
"fr": "réparer l'accident",
"it": "correzione dell'incidente",
"es": "el accidente",
"pl": "naprawić awarię",
"uk": "виправити аварійний",
"zh-cn": "修复崩溃"
},
"2.0.0-alpha.2": {
"en": "get rid of old sync-exec.",
"de": "alte sync-exec loswerden.",
Expand Down Expand Up @@ -76,18 +89,6 @@
"es": "Los mensajes de error para valores no existentes se registran una sola vez.",
"pl": "Komunikaty o błędach dla nieistniejących wartości są rejestrowane tylko raz",
"zh-cn": "不存在的值的错误消息仅记录一次"
},
"1.1.0": {
"en": "Support for Nodejs 10",
"de": "Unterstützung für Nodejs 10",
"ru": "Поддержка Nodejs 10",
"pt": "Suporte para Nodejs 10",
"nl": "Ondersteuning voor Nodejs 10",
"fr": "Prise en charge de Nodejs 10",
"it": "Supporto per Nodejs 10",
"es": "Soporte para Nodejs 10",
"pl": "Wsparcie dla Nodejs 10",
"zh-cn": "支持Nodejs 10"
}
},
"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.2",
"version": "2.0.0-alpha.3",
"description": "RPI-Monitor for ioBroker Installations",
"author": {
"name": "husky-koglhof",
Expand Down

0 comments on commit 26c7347

Please sign in to comment.