Skip to content

Commit

Permalink
chore: release v1.5.5
Browse files Browse the repository at this point in the history
* (BenAhrdt) add CRC-8
  • Loading branch information
BenAhrdt committed Nov 23, 2024
1 parent cf8fd1a commit 38e9eca
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.5 (2024-11-23)
* (BenAhrdt) add CRC-8

### 1.5.4 (2024-11-15)
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.4",
"version": "1.5.5",
"news": {
"1.5.5": {
"en": "add CRC-8",
"de": "cRC-8 hinzufügen",
"ru": "добавить CRC-8",
"pt": "adicionar CRC-8",
"nl": "cRC-8 toevoegen",
"fr": "ajouter CRC-8",
"it": "aggiungere CRC-8",
"es": "añadir CRC-8",
"pl": "dodaj CRC- 8",
"uk": "додати CRC-8",
"zh-cn": "添加CRC-8"
},
"1.5.4": {
"en": "add roles and fix responsive issues",
"de": "rollen hinzufügen und reaktionsprobleme beheben",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "dodaj informacje o usunięciu niestandardowego wpisu w konfiguratorze",
"uk": "додати інформацію про видалення користувацького входу в налаштування",
"zh-cn": "在配置中添加关于删除自定义项的信息"
},
"1.4.1": {
"en": "remove timestamp from role date (ttn timestamp im µs)",
"de": "zeitstempel aus rollendatum entfernen (ttn timestamp im μs)",
"ru": "удалить таймстам от даты роли (ttn timestamp im μs)",
"pt": "remove timestamp da data de função (ttn timestamp im μs)",
"nl": "tijdstempel verwijderen van roldatum (ttn tijdstempel im μs)",
"fr": "enlever l'horodatage à partir de la date du rôle (ttn horodatage im μs)",
"it": "rimuovere timestamp dalla data di ruolo (tn timestamp im μs)",
"es": "eliminar el timetamp de la fecha de función (ttn timestamp im μs)",
"pl": "usunąć znacznik czasu z daty odtworzenia (ttn timestamp im µs)",
"uk": "видалення мітки часу від дати ролі (tn timestamp im μs)",
"zh-cn": "从角色日期中删除时间戳 (ttn timestamp im μs)"
}
},
"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.4",
"version": "1.5.5",
"description": "converts the desired lora gateway data to a ioBroker structure",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 38e9eca

Please sign in to comment.