From eef053bd6688c3f56bd160676d71bd4757380e9c Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 4 Jun 2026 03:59:48 +0000 Subject: [PATCH] v13.44.0 --- changelog.md | 3 +++ deno.json | 2 +- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 260a83f..1fb49ae 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,9 @@ + +## 2026-06-04 - 13.44.0 + ### Features - add DB-backed email and RemoteIngress hub settings (settings) diff --git a/deno.json b/deno.json index 3665d74..c196a0d 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/dcrouter", - "version": "13.43.5", + "version": "13.44.0", "exports": "./binary/dcrouter.ts", "compile": { "include": [ diff --git a/package.json b/package.json index d162bf5..2a3ae00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@serve.zone/dcrouter", "private": false, - "version": "13.43.5", + "version": "13.44.0", "description": "A multifaceted routing service handling mail and SMS delivery functions.", "type": "module", "bin": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2472022..6e46d5b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '13.43.5', + version: '13.44.0', description: 'A multifaceted routing service handling mail and SMS delivery functions.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 2472022..6e46d5b 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/dcrouter', - version: '13.43.5', + version: '13.44.0', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }