v13.33.0
Docker (tags) / release (push) Failing after 0s

This commit is contained in:
2026-05-21 01:56:32 +00:00
parent 98913c1977
commit 27d077feed
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -8,6 +8,9 @@
## 2026-05-21 - 13.33.0
### Features ### Features
- add queued IP intelligence observation and filtered retrieval for network and security views (security) - add queued IP intelligence observation and filtered retrieval for network and security views (security)
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@serve.zone/dcrouter", "name": "@serve.zone/dcrouter",
"private": false, "private": false,
"version": "13.32.1", "version": "13.33.0",
"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.32.1', version: '13.33.0',
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.32.1', version: '13.33.0',
description: 'A multifaceted routing service handling mail and SMS delivery functions.' description: 'A multifaceted routing service handling mail and SMS delivery functions.'
} }