Skip to content

Commit

Permalink
chore: release v0.0.18
Browse files Browse the repository at this point in the history
* (BenAhrdt) adding days states, additional string and json state
  • Loading branch information
BenAhrdt committed Oct 3, 2022
1 parent 2473dba commit 4dbbe9a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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** adding some states
### 0.0.18 (2022-10-03) adding some states
* (BenAhrdt) adding days states, additional string and json state

### 0.0.17 (2022-09-29) count the activation
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "operating-hours",
"version": "0.0.17",
"version": "0.0.18",
"news": {
"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": "增加日子、附加条件和礼拜州"
},
"0.0.17": {
"en": "activation counter implemented to count the enable flags",
"de": "aktivierungszähler implementiert, um die freigabe-flags zu zählen",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "regex for \".\" on last character implemented",
"pl": "\"w ostatniej postaci zrealizowano\"",
"zh-cn": "实施最后性质中的“......”的登记"
},
"0.0.11": {
"en": "bugfix: id can not end with \".\" anymore",
"de": "bugfix: id kann nicht mehr mit \" enden",
"ru": "bugfix: id не может заканчиваться \".\" больше",
"pt": "bugfix: id não pode terminar com \"",
"nl": "id kan niet meer eindigen met \"",
"fr": "bugfix: id ne peut plus se terminer avec \".\"",
"it": "bugfix: id non può finire con \"",
"es": "id no puede terminar con \"",
"pl": "atak: id nie może zakończyć się „”",
"zh-cn": "b ugfix:不用“......”二字。"
}
},
"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": "0.0.17",
"version": "0.0.18",
"description": "counting the operationg hours of own created states",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 4dbbe9a

Please sign in to comment.