Skip to content

Commit

Permalink
chore: release v2.1.3
Browse files Browse the repository at this point in the history
* (BenAhrdt) debuglogging for changed values added
  • Loading branch information
BenAhrdt committed Nov 14, 2023
1 parent 710a7bf commit a0d6455
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 @@ -29,7 +29,7 @@ The counter state will increase up from its saved value, when the shelly energy
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.1.3 (2023-11-14)
* (BenAhrdt) debuglogging for changed values added

### 2.1.2 (2023-11-12)
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": "bidirectional-counter",
"version": "2.1.2",
"version": "2.1.3",
"news": {
"2.1.3": {
"en": "debuglogging for changed values added",
"de": "debuglogging für geänderte werte hinzugefügt",
"ru": "отключение для добавленных значений",
"pt": "debuglogging para valores alterados adicionados",
"nl": "vernietiging voor veranderingen",
"fr": "debuglogging for changed values added",
"it": "debuglogging per valori modificati",
"es": "depuración para valores cambiados añadidos",
"pl": "debuglogowanie zmieniających się wartości dodaje dodanie",
"uk": "видалення змінних значень",
"zh-cn": "b. 降低变化的价值观"
},
"2.1.2": {
"en": "translation for uk added\ninsert check vor node version >= 16",
"de": "übersetzung für uk zusätzlich\nkontrollieren vor knoten version >= anhang",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "adapter zmienny",
"zh-cn": "b. 变化的变量",
"uk": "змінити тип адаптера на misc-data"
},
"2.0.5": {
"en": "write ack = true in case of additional state is subscribed",
"de": "schreiben ack = wahr bei zusätzlichem zustand abonniert",
"ru": "написать ack = true в случае дополнительного состояния подписано",
"pt": "write ack = true em caso de estado adicional é subscrito",
"nl": "schrijf ack = waar in geval van extra staat wordt ingediend",
"fr": "écrire ack = true en cas d'état supplémentaire est souscrit",
"it": "scrivere ack = vero in caso di stato aggiuntivo è sottoscritto",
"es": "escribir ack = verdadero en caso de estado adicional se suscribe",
"pl": "ac = prawdziwa w przypadku stanu dodatkowego jest podana do zapisu",
"zh-cn": "写包装=在有更多国家的情况下真实情况",
"uk": "write ack = true у разі підписки на додатковий стан"
}
},
"title": "Bidirectional counter",
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.bidirectional-counter",
"version": "2.1.2",
"version": "2.1.3",
"description": "Counter to separate consumption (positive changes) and deliverd (negative changes)",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit a0d6455

Please sign in to comment.