This commit is contained in:
2026-05-25 11:42:48 +00:00
parent d9e1fc17f8
commit dd6732c981
5 changed files with 7 additions and 4 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-25 - 2.1.2
### Fixes
- keep self-upgrades alive after stopping the service (upgrade)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/onebox",
"version": "2.1.1",
"version": "2.1.2",
"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.1",
"version": "2.1.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: '2.1.1',
version: '2.1.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: '2.1.1',
version: '2.1.2',
description: 'Self-hosted container platform with automatic SSL and DNS - a mini Heroku for single servers'
}