From 2ec647cd6c75b6098ed3d73dc9d4a8ee0857dce9 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 4 Jun 2026 10:18:40 +0000 Subject: [PATCH] v13.44.1 --- 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 0ede742..d8b2cf2 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,9 @@ + +## 2026-06-04 - 13.44.1 + ### Fixes - use smartdata cached document support (db) diff --git a/deno.json b/deno.json index c196a0d..4ca01eb 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/dcrouter", - "version": "13.44.0", + "version": "13.44.1", "exports": "./binary/dcrouter.ts", "compile": { "include": [ diff --git a/package.json b/package.json index 14e1aa2..e21148b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@serve.zone/dcrouter", "private": false, - "version": "13.44.0", + "version": "13.44.1", "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 6e46d5b..e90b1f7 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.44.0', + version: '13.44.1', 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 6e46d5b..e90b1f7 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.44.0', + version: '13.44.1', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }