From 6cfa723e8e4d6f69fbe606afb5eddb7e3a198763 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 29 May 2026 06:01:08 +0000 Subject: [PATCH] v1.0.1 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ts/00_commitinfo_data.ts diff --git a/changelog.md b/changelog.md index 0a3f1a7..2bd56c5 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-29 - 1.0.1 + ### Fixes - update SmartProxy Docker image to include the WebSocket tunnel lifecycle fix diff --git a/package.json b/package.json index d90eed1..80861ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ht-docker-smartproxy", - "version": "1.0.0", + "version": "1.0.1", "description": "Multi-architecture Docker image for the Rust-backed SmartProxy daemon.", "type": "module", "private": true, diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..dc104cd --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @push.rocks/commitinfo + */ +export const commitinfo = { + name: 'ht-docker-smartproxy', + version: '1.0.1', + description: 'Multi-architecture Docker image for the Rust-backed SmartProxy daemon.' +}