iobroker.parcelapp 0.1.4 → 0.1.5

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
@@ -96,6 +96,9 @@ parcelapp.0.
96
96
 
97
97
  ## Changelog
98
98
 
99
+ ### 0.1.5 (2026-03-24)
100
+ - Added auto-merge config, weekly Dependabot schedule
101
+
99
102
  ### 0.1.4 (2026-03-24)
100
103
  - Improved README
101
104
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "parcelapp",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "news": {
6
+ "0.1.5": {
7
+ "en": "Added auto-merge config, weekly Dependabot schedule, actions/checkout v6",
8
+ "de": "Auto-Merge-Konfiguration hinzugefügt, wöchentlicher Dependabot-Zeitplan, actions/checkout v6",
9
+ "ru": "Добавлена конфигурация автослияния, еженедельное расписание Dependabot, actions/checkout v6",
10
+ "pt": "Adicionada configuração de auto-merge, agendamento semanal do Dependabot, actions/checkout v6",
11
+ "nl": "Auto-merge-configuratie toegevoegd, wekelijks Dependabot-schema, actions/checkout v6",
12
+ "fr": "Configuration auto-merge ajoutée, planification hebdomadaire Dependabot, actions/checkout v6",
13
+ "it": "Aggiunta configurazione auto-merge, pianificazione settimanale Dependabot, actions/checkout v6",
14
+ "es": "Añadida configuración de auto-merge, programación semanal de Dependabot, actions/checkout v6",
15
+ "pl": "Dodano konfigurację auto-merge, tygodniowy harmonogram Dependabot, actions/checkout v6",
16
+ "uk": "Додано конфігурацію автозлиття, щотижневий розклад Dependabot, actions/checkout v6",
17
+ "zh-cn": "添加自动合并配置,每周 Dependabot 计划,actions/checkout v6"
18
+ },
6
19
  "0.1.4": {
7
20
  "en": "Improved README with clearer ioBroker adapter framing",
8
21
  "de": "README verbessert mit klarerer ioBroker-Adapter-Beschreibung",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.parcelapp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "ioBroker adapter for parcel.app — track packages from 300+ carriers",
5
5
  "author": {
6
6
  "name": "krobi",