fix(repo): no changes detected — no version bump required

This commit is contained in:
2026-02-26 17:02:19 +00:00
parent bbe56247bd
commit efb49b67c6
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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.'
}