Skip to content

Commit

Permalink
chore: release v1.0.5
Browse files Browse the repository at this point in the history
* (BenAhrdt) correction in jsonconfig schema
  • Loading branch information
BenAhrdt committed Nov 2, 2023
1 parent 894f1bf commit 95b8c5b
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 @@ 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.5 (2023-11-02)
* (BenAhrdt) correction in jsonconfig schema

### 1.0.4 (2023-06-18)
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.4",
"version": "1.0.5",
"news": {
"1.0.5": {
"en": "correction in jsonconfig schema",
"de": "korrektur im jsonconfig schema",
"ru": "коррекция в jsonconfig schema",
"pt": "correção em jsonconfig schema",
"nl": "vertaling:",
"fr": "correction dans le schéma de jsonconfig",
"it": "correzione nello schema jsonconfig",
"es": "corrección en jsonconfig schema",
"pl": "poprawka w schemacie jsonconfig",
"uk": "корекція в jsonconfig schema",
"zh-cn": "更正"
},
"1.0.4": {
"en": "insert state and oldState in message",
"de": "zustand einfügen und altState in Nachricht",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "średnio w czasie oznacza to sygnalizację sygnalną: funkcjonującą w tym czasie. godzina i aktywacja kontrkandydat",
"uk": "середній на час вказує рядок цей формулатор: операційний Час/активація Лічильник",
"zh-cn": "平均时间表示这种形式:操作 Hour/启动 反对"
},
"0.0.18": {
"en": "adding days states, additional string and json state",
"de": "hinzufügen von tagen zuständen, zusätzlicher string und json zustand",
"ru": "добавление дней состояния, дополнительная строка и json состояние",
"pt": "adicionando estados de dias, string adicional e estado json",
"nl": "vertaling:",
"fr": "ajouter des états de jours, une chaîne supplémentaire et l'état de json",
"it": "aggiungere stati di giorni, stringa aggiuntiva e stato json",
"es": "añadir días estados, cadena adicional y estado json",
"pl": "dodaje dni, dodatkowe struny i stany jsonów",
"zh-cn": "增加日子、附加条件和礼拜州",
"uk": "додавання станів днів, додаткового рядка та стану json"
}
},
"title": "Operating-Hours",
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.operating-hours",
"version": "1.0.4",
"version": "1.0.5",
"description": "counting the operationg hours of own created states",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 95b8c5b

Please sign in to comment.