From efb49b67c6d8714b3992f6dc171cb1220f3b9242 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 26 Feb 2026 17:02:19 +0000 Subject: [PATCH] =?UTF-8?q?fix(repo):=20no=20changes=20detected=20?= =?UTF-8?q?=E2=80=94=20no=20version=20bump=20required?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c0849b4..69e0c5a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2026-02-26 - 5.2.4 - fix(repo) +no changes detected — no version bump required + +- git diff contains no changes +- package.json version is 5.2.3 +- no files modified — no release required + ## 2026-02-26 - 5.2.3 - fix(delivery) prevent throttle reset timer from firing after stop and avoid scheduling duplicate timers diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0176adb..e25c8ac 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartmta', - version: '5.2.3', + version: '5.2.4', description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.' }