Skip to content

Commit

Permalink
chore: release v1.0.6
Browse files Browse the repository at this point in the history
* (BenAhrdt) insert check for node >= 16
  • Loading branch information
BenAhrdt committed Nov 12, 2023
1 parent 9f555cc commit 38bb762
Show file tree
Hide file tree
Showing 4 changed files with 21 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 @@ To reset the counted operating hours just write one numeric state to 0.
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.6 (2023-11-12)
* (BenAhrdt) insert check for node >= 16

### 1.0.5 (2023-11-02)
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": "operating-hours",
"version": "1.0.5",
"version": "1.0.6",
"news": {
"1.0.6": {
"en": "insert check for node >= 16",
"de": "eingabeprüfung für knoten >= anhang",
"ru": "вставить проверку для ноды >= 16, 16, 16",
"pt": "insira a verificação do nó >= 16",
"nl": "insert check for node 16",
"fr": "insert check for node acia= 16",
"it": ">= 16",
"es": "comprobación de la inserción para nodo 16",
"pl": "śledztwo dla węzła >== 16",
"uk": "перевірка вставки для вузла >= 16 мар",
"zh-cn": "增 无减 16"
},
"1.0.5": {
"en": "correction in jsonconfig schema",
"de": "korrektur im jsonconfig schema",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "zależności od wersji 1",
"uk": "залежності оновлено для версії 1.0.0 км",
"zh-cn": "二. 更新后的承诺期 1.0%"
},
"0.0.19": {
"en": "average on time indicates a string this formular: operatingHour/activationCounter",
"de": "durchschnittlich auf der Zeit gibt einen String diesen Formelr an: Geruch/Aktivierung Anzahl",
"ru": "средний по времени указывает на строку эту формулу: работа Час/активация Счетчик",
"pt": "média no tempo indica uma string este formulador: operando Hour/ativação Contador",
"nl": "gemiddeld op tijd wijst op een string deze formulering: Hour/activatie Contra",
"fr": "moyenne sur le temps indique une chaîne de ce formuleur: fonctionnement Heure/activation Counter",
"it": "media in tempo indica una stringa questo formulare: operativo Orario/attivazione Contatore",
"es": "promedio en el tiempo indica una cadena este formulario: el funcionamiento Hora/activación Contrato",
"pl": "średnio w czasie oznacza to sygnalizację sygnalną: funkcjonującą w tym czasie. godzina i aktywacja kontrkandydat",
"uk": "середній на час вказує рядок цей формулатор: операційний Час/активація Лічильник",
"zh-cn": "平均时间表示这种形式:操作 Hour/启动 反对"
}
},
"title": "Operating-Hours",
Expand Down
7 changes: 5 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.operating-hours",
"version": "1.0.5",
"version": "1.0.6",
"description": "counting the operationg hours of own created states",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 38bb762

Please sign in to comment.