Skip to content

Commit

Permalink
chore: release v0.0.11
Browse files Browse the repository at this point in the history
* (BenAhrdt) bugfix: id can not end with "." anymore
  • Loading branch information
BenAhrdt committed Aug 23, 2022
1 parent fd8f499 commit b053254
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** bugfix in id creation
### 0.0.11 (2022-08-23) bugfix in id creation
* (BenAhrdt) bugfix: id can not end with "." anymore

### 0.0.10 (2022-08-18) bugfix require
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.10",
"version": "0.0.11",
"news": {
"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:不用“......”二字。"
},
"0.0.10": {
"en": "deleting a require bugfix",
"de": "löschen von bugfix",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "prueba con la versión 0.0.5",
"pl": "wypróbuj wersję 0.0.5",
"zh-cn": "尝试版本 0.0.5"
},
"0.0.4": {
"en": "try for version 0.0.4",
"de": "versuchen Sie es mit Version 0.0.4",
"ru": "попробуй версию 0.0.4",
"pt": "tente para a versão 0.0.4",
"nl": "probeer voor versie 0.0.4",
"fr": "essayez la version 0.0.4",
"it": "prova con la versione 0.0.4",
"es": "prueba con la versión 0.0.4",
"pl": "wypróbuj wersję 0.0.4",
"zh-cn": "尝试版本 0.0.4"
}
},
"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.10",
"version": "0.0.11",
"description": "counting the operationg hours of own created states",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit b053254

Please sign in to comment.