From 070c936a69a0cbc28df49fde829cf8e81667bc46 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 24 May 2026 17:42:02 +0000 Subject: [PATCH] v1.30.1 --- changelog.md | 3 +++ deno.json | 2 +- package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index 88ceed0..280e302 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-24 - 1.30.1 + ### Fixes - align Onebox settings gateway cards with the dees-tile footer action pattern diff --git a/deno.json b/deno.json index ee10838..4006928 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/onebox", - "version": "1.30.0", + "version": "1.30.1", "exports": "./mod.ts", "tasks": { "test": "deno test --allow-all test/", diff --git a/package.json b/package.json index a6ef618..59219e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/onebox", - "version": "1.30.0", + "version": "1.30.1", "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 432d027..187c01a 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.30.0', + version: '1.30.1', 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 432d027..187c01a 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.30.0', + version: '1.30.1', description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers' }