Skip to content

Commit

Permalink
chore: release v1.0.4
Browse files Browse the repository at this point in the history
* (BenAhrdt) insert state and oldState in message
  • Loading branch information
BenAhrdt committed Jun 18, 2023
1 parent c468df4 commit 034a7ec
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.4 (2023-06-18)
* (BenAhrdt) insert state and oldState in message

### 1.0.3 (2023-06-17)
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.3",
"version": "1.0.4",
"news": {
"1.0.4": {
"en": "insert state and oldState in message",
"de": "zustand einfügen und altState in Nachricht",
"ru": "вставить государство и староегосударство в сообщение",
"pt": "inserir estado e oldState na mensagem",
"nl": "instituut en ouderwets",
"fr": "insérer l'état et l'ancien état dans le message",
"it": "inserire stato e oldState nel messaggio",
"es": "insertar estado y estado viejo en el mensaje",
"pl": "wstawiony stan i stary stan wiadomości",
"uk": "вставити стан і старий",
"zh-cn": "插入信息国和老国"
},
"1.0.3": {
"en": "callback improoved for data and errormessage",
"de": "callback improoviert für daten und fehlermeldung",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "dodaje dni, dodatkowe struny i stany jsonów",
"zh-cn": "增加日子、附加条件和礼拜州",
"uk": "додавання станів днів, додаткового рядка та стану json"
},
"0.0.17": {
"en": "activation counter implemented to count the enable flags",
"de": "aktivierungszähler implementiert, um die freigabe-flags zu zählen",
"ru": "счетчик активации реализован для подсчета разрешительных флагов",
"pt": "contador de ativação implementado para contar as bandeiras de habilitação",
"nl": "activatie tegenhanger gevoerd om de bekwame vlaggen te tellen",
"fr": "compteur d'activation mis en œuvre pour compter les drapeaux",
"it": "contatore di attivazione implementato per contare le bandiere abilitanti",
"es": "contador de activación implementado para contar las banderas habilitantes",
"pl": "kontrowersja aktywacyjna zaimplementowała wyliczanie flag pozwalających na przeliczanie flag",
"zh-cn": "a. 实施的反击,以计算可能的船旗国",
"uk": "реалізований лічильник активації для підрахунку позначок увімкнення"
}
},
"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.3",
"version": "1.0.4",
"description": "counting the operationg hours of own created states",
"author": {
"name": "BenAhrdt",
Expand Down

0 comments on commit 034a7ec

Please sign in to comment.