v13.29.1
Docker (tags) / release (push) Failing after 1s

This commit is contained in:
2026-05-14 00:43:14 +00:00
parent 7819f09625
commit aa0ef2f033
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending ## Pending
## 2026-05-14 - 13.29.1
### Fixes ### Fixes
- enable npm publishing in smartconfig (smartconfig) - enable npm publishing in smartconfig (smartconfig)
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@serve.zone/dcrouter", "name": "@serve.zone/dcrouter",
"private": false, "private": false,
"version": "13.29.0", "version": "13.29.1",
"description": "A multifaceted routing service handling mail and SMS delivery functions.", "description": "A multifaceted routing service handling mail and SMS delivery functions.",
"type": "module", "type": "module",
"exports": { "exports": {
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/dcrouter', name: '@serve.zone/dcrouter',
version: '13.29.0', version: '13.29.1',
description: 'A multifaceted routing service handling mail and SMS delivery functions.' description: 'A multifaceted routing service handling mail and SMS delivery functions.'
} }
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@serve.zone/dcrouter', name: '@serve.zone/dcrouter',
version: '13.29.0', version: '13.29.1',
description: 'A multifaceted routing service handling mail and SMS delivery functions.' description: 'A multifaceted routing service handling mail and SMS delivery functions.'
} }