v2.1.3
Release / build-and-release (push) Successful in 2m44s

This commit is contained in:
2026-05-25 11:58:40 +00:00
parent ed46ecd4db
commit 809bd015a0
5 changed files with 7 additions and 4 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-25 - 2.1.3
### Fixes
- deduplicate dees-catalog in the admin UI bundle (web)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "2.1.2",
"version": "2.1.3",
"exports": "./mod.ts",
"tasks": {
"test": "deno test --allow-all test/",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "2.1.2",
"version": "2.1.3",
"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: '2.1.2',
version: '2.1.3',
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: '2.1.2',
version: '2.1.3',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}