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.' +}