iobroker.al-ko 0.3.8 → 0.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -53,6 +53,10 @@ Do **not** contact AL-KO customer service regarding this project.
53
53
 
54
54
  ## Changelog
55
55
 
56
+ ### 0.3.9 (2026-05-07)
57
+ - Fixed missing changelog entry for 0.3.8
58
+ - Version alignment
59
+
56
60
  ### 0.3.8 (2026-05-07)
57
61
  - Fixed CI/npm publish issues
58
62
  - Updated dependencies
package/docs/de/README.md CHANGED
@@ -48,6 +48,10 @@ AL-KO bietet **keinen offiziellen Support** hierfür.
48
48
 
49
49
  ## Änderungen (Auszug)
50
50
 
51
+ ### 0.3.9 (2026-05-07)
52
+ - Fehlenden Changelog-Eintrag für 0.3.8 ergänzt
53
+ - Versionsabgleich
54
+
51
55
  ### 0.3.8 (2026-05-07)
52
56
  - CI/npm Publish-Probleme behoben
53
57
  - Abhängigkeiten aktualisiert
package/docs/en/README.md CHANGED
@@ -48,6 +48,10 @@ It is a **community-developed project**.
48
48
 
49
49
  ## Changes (Summary)
50
50
 
51
+ ### 0.3.9 (2026-05-07)
52
+ - Fixed missing changelog entry for 0.3.8
53
+ - Version alignment
54
+
51
55
  ### 0.3.8 (2026-05-07)
52
56
  - Fixed CI/npm publish issues
53
57
  - Updated dependencies
package/io-package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "al-ko",
4
- "version": "0.3.8",
4
+ "version": "0.3.9",
5
5
  "tier": 3,
6
6
  "titleLang": {
7
7
  "en": "AL-KO",
@@ -42,6 +42,19 @@
42
42
  "de": "docs/de/README.md"
43
43
  },
44
44
  "news": {
45
+ "0.3.9": {
46
+ "en": "Fix missing changelog entry for 0.3.8 and align versioning",
47
+ "de": "Fehlenden Changelog-Eintrag für 0.3.8 ergänzt und Version korrigiert",
48
+ "ru": "Исправлена отсутствующая запись changelog для 0.3.8 и синхронизированы версии",
49
+ "pt": "Corrigida a ausência de changelog para 0.3.8 e alinhamento de versão",
50
+ "nl": "Ontbrekende changelog voor 0.3.8 toegevoegd en versie gecorrigeerd",
51
+ "fr": "Correction de l'entrée manquante du changelog pour 0.3.8 et alignement de version",
52
+ "it": "Corretta voce mancante del changelog per 0.3.8 e allineata la versione",
53
+ "es": "Corregida la entrada faltante del changelog para 0.3.8 y alineación de versión",
54
+ "pl": "Poprawiono brakujący wpis changelog dla 0.3.8 i wyrównano wersję",
55
+ "uk": "Виправлено відсутній запис changelog для 0.3.8 та узгоджено версії",
56
+ "zh-cn": "修复 0.3.8 缺失的更新日志并对齐版本"
57
+ },
45
58
  "0.3.8": {
46
59
  "en": "Fix CI/npm publish issues, update dependencies, improve stability",
47
60
  "de": "CI/npm Publish-Probleme behoben, Abhängigkeiten aktualisiert, Stabilität verbessert",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.al-ko",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Adapter for communication with AL-KO smart garden devices (Robolinho, mowing windows, operationState, etc.)",
5
5
  "author": {
6
6
  "name": "Hubert Zechner",