From 53d7c5350e12d1f3ff320ed140e66124f248ced6 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 19 May 2026 17:06:52 +0000 Subject: [PATCH] v13.31.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 48f8d2a..d564c1b 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,9 @@ + +## 2026-05-19 - 13.31.0 + ### Features - add admin user create/delete management and default hosted idp.global auth support (opsserver) diff --git a/package.json b/package.json index c7d02c2..f4c23d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@serve.zone/dcrouter", "private": false, - "version": "13.30.0", + "version": "13.31.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 da20038..fc1f285 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.30.0', + version: '13.31.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 da20038..fc1f285 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.30.0', + version: '13.31.0', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }