Skip to content

Commit

Permalink
chore: release v0.0.18
Browse files Browse the repository at this point in the history
* (BenAhrdt) remove wrong warn logging
  • Loading branch information
BenAhrdt committed Jan 25, 2024
1 parent d2473d2 commit 320422b
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 @@ -19,7 +19,7 @@ Adapter was created in collaboration with Joerg Froehner [email protected]
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.0.18 (2024-01-25)
* (BenAhrdt) remove wrong warn logging

### 0.0.17 (2024-01-25)
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": "0.0.17",
"version": "0.0.18",
"news": {
"0.0.18": {
"en": "remove wrong warn logging",
"de": "falsche warnen protokollierung entfernen",
"ru": "удалить неправильные предупреждения",
"pt": "remover registro de aviso errado",
"nl": "foutmelding verwijderen",
"fr": "supprimer les avertissements erronés",
"it": "rimuovere l'avvertenza sbagliata",
"es": "eliminar el registro incorrecto",
"pl": "usunąć nieprawidłowe logowanie ostrzeżeń",
"uk": "видалити неправильний попереджати залоги",
"zh-cn": "删除错误的警告记录"
},
"0.0.17": {
"en": "changed Handling of standard configurations",
"de": "geänderte Handhabung von Standardkonfigurationen",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "zmiana przepływu w dół",
"uk": "зміна потоку вниз",
"zh-cn": "下行链路的改变"
},
"0.0.11": {
"en": "toSend und lastSend added to folders",
"de": "toSend und lastSend in Ordnern hinzugefügt",
"ru": "toSend und lastSend добавлен в папки",
"pt": "toSend und lastSend adicionado a pastas",
"nl": "toSend und lastSend toegevoegd aan mappen",
"fr": "toSend und lastSend ajouté aux dossiers",
"it": "toSend und lastSend aggiunto alle cartelle",
"es": "toSend und lastSend añadido a carpetas",
"pl": "toSend und lastSend dodany do folderów",
"uk": "toSend und lastSend додано до папок",
"zh-cn": "到文件夹中发送最后的发送"
}
},
"title": "LoRaWAN",
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": "0.0.17",
"version": "0.0.18",
"description": "converts the desired lora gateway data to a ioBroker structure",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 320422b

Please sign in to comment.