From 3f8c0c42195bae844a4d367ebdd7c8471b8a5f24 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 14 May 2026 00:37:15 +0000 Subject: [PATCH] v13.29.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 432bec9..cf04032 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-14 - 13.29.0 + ### Fixes - harden VPN route access and wireguard client configuration handling (vpn) diff --git a/package.json b/package.json index f2b1d8b..eae586d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@serve.zone/dcrouter", "private": false, - "version": "13.28.0", + "version": "13.29.0", "description": "A multifaceted routing service handling mail and SMS delivery functions.", "type": "module", "exports": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2578485..c8e25c3 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.28.0', + version: '13.29.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 2578485..c8e25c3 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.28.0', + version: '13.29.0', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }