From 09d66e45282b9bca0429ef2bc6eb351568c3b6f0 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 14 Feb 2026 12:33:04 +0000 Subject: [PATCH] fix(dcrouter): bump patch for release pipeline consistency - no code changes --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 965065e..ac66041 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-02-14 - 5.4.5 - fix(dcrouter) +bump patch for release pipeline consistency - no code changes + +- current version: 5.4.4 (from package.json) +- git diff: no changes detected +- recommend patch bump to trigger release artifacts if required + ## 2026-02-14 - 5.4.4 - fix(deps) bump @push.rocks/smartproxy to ^25.2.0 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 97861cf..57eb671 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: '5.4.4', + version: '5.4.5', 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 97861cf..57eb671 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: '5.4.4', + version: '5.4.5', description: 'A multifaceted routing service handling mail and SMS delivery functions.' }