Skip to content

Commit 3e088c9

Browse files
committedMar 4, 2025·
chore: release v1.0.1
* (simatec) Code clean * (simatec) Dependencies updated
1 parent c4dbf66 commit 3e088c9

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You must enter these in the configuration of the adapter.
5454

5555
## Changelog
5656
<!-- ### **WORK IN PROGRESS** -->
57-
### **WORK IN PROGRESS**
57+
### 1.0.1 (2025-03-04)
5858
* (simatec) Code clean
5959
* (simatec) Dependencies updated
6060

‎io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "remeha-home",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"news": {
6+
"1.0.1": {
7+
"en": "Code clean\nDependencies updated",
8+
"de": "Code sauber\nAusgaben aktualisiert",
9+
"ru": "Код чистый\nОбновленные зависимости",
10+
"pt": "Código limpo\nDependências atualizadas",
11+
"nl": "Code schoon\nAfhankelijkheden bijgewerkt",
12+
"fr": "Code propre\nDépendances actualisées",
13+
"it": "Codice pulito\nDipendenze aggiornate",
14+
"es": "Código limpio\nActualización de las dependencias",
15+
"pl": "Kod czysty\nAktualizacja zależności",
16+
"uk": "Код очищення\nЗалежність оновлено",
17+
"zh-cn": "代码干净\n更新的依赖关系"
18+
},
619
"1.0.0": {
720
"en": "Fix Update Settings\nRewrite in Typescript",
821
"de": "Updateeinstellungen festlegen\nRewrite in Typescript",
@@ -80,19 +93,6 @@
8093
"pl": "Popraw błąd żądania\nAktualizacja zależności",
8194
"uk": "Виправлення помилки запиту\nЗалежність оновлено",
8295
"zh-cn": "修正请求错误\n更新的依赖关系"
83-
},
84-
"0.2.3": {
85-
"en": "Fix jsonConfig\nFix for Admin 7.1.5",
86-
"de": "Fehlerbehebung jsonConfig\nFix für Admin 7.1.5",
87-
"ru": "Fix jsonConfig\n7.1.5",
88-
"pt": "Fixar jsonConfig\nFix para Admin 7.1.5",
89-
"nl": "Fix jsonConfig\nFix voor Admin 7.1.5",
90-
"fr": "Correction de jsonConfig\nCorrection pour Admin 7.1.5",
91-
"it": "Fissare jsonConfig\nFissare per Admin 7.1.5",
92-
"es": "Corrección jsonConfig\nCorrección para Admin 7.1.5",
93-
"pl": "Napraw jsonConfig\nNaprawiono dla Admin 7.1.5",
94-
"uk": "Виправлення jsonConfig\nВиправлення для адміністратора 7.1.5",
95-
"zh-cn": "修复 Json 连接\n7.1.5 管理员的固定"
9696
}
9797
},
9898
"titleLang": {

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.remeha-home",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Connect your Remeha Home System with ioBroker",
55
"author": {
66
"name": "simatec",

0 commit comments

Comments
 (0)
Please sign in to comment.