v13.42.0
Docker (tags) / release (push) Failing after 1s
Release / build-and-release (push) Successful in 7m27s

This commit is contained in:
2026-06-02 00:29:38 +00:00
parent 0e7765c740
commit d2331fdcbe
5 changed files with 7 additions and 4 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending
## 2026-06-02 - 13.42.0
### Features
- add ordered route source policies with Gitea preset support (source-policy)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/dcrouter",
"version": "13.41.2",
"version": "13.42.0",
"exports": "./binary/dcrouter.ts",
"compile": {
"include": [
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@serve.zone/dcrouter",
"private": false,
"version": "13.41.2",
"version": "13.42.0",
"description": "A multifaceted routing service handling mail and SMS delivery functions.",
"type": "module",
"bin": {
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '13.41.2',
version: '13.42.0',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/dcrouter',
version: '13.41.2',
version: '13.42.0',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}