diff --git a/changelog.md b/changelog.md index 9d36807..013c2dd 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-21 - 1.27.0 + ### Features - group Onebox sidebar navigation into Apps, Network, and Registry sections (web) diff --git a/deno.json b/deno.json index d7b1eb4..bb2917f 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/onebox", - "version": "1.26.3", + "version": "1.27.0", "exports": "./mod.ts", "tasks": { "test": "deno test --allow-all test/", diff --git a/package.json b/package.json index d3821e4..3a6b7fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/onebox", - "version": "1.26.3", + "version": "1.27.0", "description": "Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers", "main": "mod.ts", "type": "module", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0c47403..0c4e45b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '1.26.3', + version: '1.27.0', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 0c47403..0c4e45b 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/onebox', - version: '1.26.3', + version: '1.27.0', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }