This commit is contained in:
2026-06-03 03:29:58 +00:00
parent 0aa1cde5eb
commit db085a65d6
5 changed files with 7 additions and 4 deletions
+3
View File
@@ -8,6 +8,9 @@
## 2026-06-03 - 13.43.0
### Features
- add derived HTTP-to-HTTPS redirects (http-redirects)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/dcrouter",
"version": "13.42.4",
"version": "13.43.0",
"exports": "./binary/dcrouter.ts",
"compile": {
"include": [
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@serve.zone/dcrouter",
"private": false,
"version": "13.42.4",
"version": "13.43.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.42.4',
version: '13.43.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.42.4',
version: '13.43.0',
description: 'A multifaceted routing service handling mail and SMS delivery functions.'
}