This commit is contained in:
2026-05-24 14:46:51 +00:00
parent d91fda084b
commit d12429d72f
5 changed files with 7 additions and 4 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-24 - 1.30.0
### Features
- add configurable Onebox Admin UI domain
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "1.29.0",
"version": "1.30.0",
"exports": "./mod.ts",
"tasks": {
"test": "deno test --allow-all test/",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "1.29.0",
"version": "1.30.0",
"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.29.0',
version: '1.30.0',
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.29.0',
version: '1.30.0',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}