This commit is contained in:
2026-05-20 14:32:04 +00:00
parent d143d73ea9
commit be6855b8c7
5 changed files with 7 additions and 4 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-20 - 1.26.2
### Fixes
- reload SmartProxy routes after managed startup (proxy)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "1.26.1",
"version": "1.26.2",
"exports": "./mod.ts",
"tasks": {
"test": "deno test --allow-all test/",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "1.26.1",
"version": "1.26.2",
"description": "Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers",
"main": "mod.ts",
"type": "module",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/onebox',
version: '1.26.1',
version: '1.26.2',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/onebox',
version: '1.26.1',
version: '1.26.2',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}