iobroker.anthbot-genie 0.0.6 → 0.0.7

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
@@ -52,6 +52,11 @@ Notes:
52
52
 
53
53
  ## Changelog
54
54
 
55
+ ### 0.0.7
56
+
57
+ - Add Dependabot automerge configuration.
58
+ - Update repository metadata for ioBroker checks.
59
+
55
60
  ### 0.0.6
56
61
 
57
62
  - Fix ioBroker repository checker issues.
@@ -91,4 +96,6 @@ that Home Assistant integration.
91
96
 
92
97
  ## License
93
98
 
99
+ Copyright (c) 2026 reloxx13
100
+
94
101
  MIT License. See [LICENSE](LICENSE) for details.
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "anthbot-genie",
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "news": {
6
+ "0.0.7": {
7
+ "en": "Add Dependabot automerge configuration and update repository metadata.",
8
+ "de": "Dependabot-Automerge-Konfiguration hinzugefügt und Repository-Metadaten aktualisiert.",
9
+ "ru": "Добавлена конфигурация автоматического слияния Dependabot и обновлены метаданные репозитория.",
10
+ "pt": "Adicionada configuração de automerge do Dependabot e atualizados os metadados do repositório.",
11
+ "nl": "Dependabot-automergeconfiguratie toegevoegd en repositorymetadata bijgewerkt.",
12
+ "fr": "Ajout de la configuration d'automerge Dependabot et mise à jour des métadonnées du dépôt.",
13
+ "it": "Aggiunta la configurazione di automerge di Dependabot e aggiornati i metadati del repository.",
14
+ "es": "Se añadió la configuración de automerge de Dependabot y se actualizaron los metadatos del repositorio.",
15
+ "pl": "Dodano konfigurację automatycznego scalania Dependabot i zaktualizowano metadane repozytorium.",
16
+ "uk": "Додано конфігурацію автоматичного злиття Dependabot і оновлено метадані репозиторію.",
17
+ "zh-cn": "添加 Dependabot 自动合并配置并更新仓库元数据。"
18
+ },
6
19
  "0.0.6": {
7
20
  "en": "Fix repository checker issues and move admin config translations to i18n files.",
8
21
  "de": "Probleme der Repository-Prüfung behoben und Admin-Konfigurationsübersetzungen in i18n-Dateien verschoben.",
@@ -57,7 +70,7 @@
57
70
  "zh-cn": "用于控制 Anthbot Genie 割草机并轮询状态的非官方云适配器"
58
71
  },
59
72
  "authors": [
60
- "Nils"
73
+ "reloxx13"
61
74
  ],
62
75
  "licenseInformation": {
63
76
  "license": "MIT",
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "iobroker.anthbot-genie",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Unofficial ioBroker adapter for Anthbot Genie mowers",
5
- "author": "Nils",
5
+ "author": "reloxx13",
6
6
  "license": "MIT",
7
7
  "main": "main.js",
8
8
  "homepage": "https://github.com/reloxx13/ioBroker.anthbot-genie",