Skip to content

Commit

Permalink
chore: release v1.5.1
Browse files Browse the repository at this point in the history
* (BenAhrdt) remove some wrong loggings
  • Loading branch information
BenAhrdt committed Oct 17, 2024
1 parent 6c5bdfd commit 69b398d
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 @@ -23,7 +23,7 @@ For now there is documentation in English here: https://wiki.hafenmeister.de
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.5.1 (2024-10-17)
* (BenAhrdt) remove some wrong loggings

### 1.5.0 (2024-10-17)
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": "lorawan",
"version": "1.5.0",
"version": "1.5.1",
"news": {
"1.5.1": {
"en": "remove some wrong loggings",
"de": "einige falsche protokolle entfernen",
"ru": "удалить некоторые неправильные журналы",
"pt": "remover alguns registros errados",
"nl": "sommige verkeerde logs verwijderen",
"fr": "supprimer quelques erreurs d'enregistrement",
"it": "rimuovere alcune registrazioni sbagliate",
"es": "eliminar algunos registros incorrectos",
"pl": "usunąć złe blokowania",
"uk": "видалити деякі неправильні журнали",
"zh-cn": "删除一些错误的日志"
},
"1.5.0": {
"en": "add some notifications for devices back online",
"de": "benachrichtigungen für geräte online hinzufügen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodaj konfigurację \"Własny\"",
"uk": "Додати \"Custom\"-Configuration",
"zh-cn": "添加“ 自定义”-配置"
},
"1.2.3": {
"en": "Bugfix offlinenotification (calculation of diffenerce)",
"de": "Bugfix Offlinenotification (Berechnung von Diffenerce)",
"ru": "Обратное обозначение (расчет диффенерции)",
"pt": "Bugfix notificação off-line (cálculo de diffenerce)",
"nl": "Bugfix offline aanmelding (berekening van diffenerce)",
"fr": "Bugfix non-offlinenotification (calcul de la différence)",
"it": "Bugfix notificazione offline (calcolo di diffenerce)",
"es": "Bugfix sin conexión (calculación de diffenerce)",
"pl": "Bugfix offlinenotification (obliczenie dyfferenerce)",
"uk": "Виправлення помилок (облік дифеенції)",
"zh-cn": "Bugfix 离线通知( diffenerce 的计算)"
}
},
"titleLang": {
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.lorawan",
"version": "1.5.0",
"version": "1.5.1",
"description": "converts the desired lora gateway data to a ioBroker structure",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 69b398d

Please sign in to comment.