Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e76662933 | |||
| efb49b67c6 |
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# 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)
|
## 2026-02-26 - 5.2.3 - fix(delivery)
|
||||||
prevent throttle reset timer from firing after stop and avoid scheduling duplicate timers
|
prevent throttle reset timer from firing after stop and avoid scheduling duplicate timers
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartmta",
|
"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.",
|
"description": "A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mta",
|
"mta",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartmta',
|
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.'
|
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user