diff --git a/changelog.md b/changelog.md index e78f2a3..a2ec35e 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,9 @@ + +## 2026-06-02 - 2.4.2 + ### Fixes - send Content-Range for chunked blob upload PATCH requests (registrycopy) diff --git a/package.json b/package.json index 51d4de7..cc865a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tsdocker", - "version": "2.4.1", + "version": "2.4.2", "private": false, "description": "A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 764fc2c..f95bf87 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsdocker', - version: '2.4.1', + version: '2.4.2', description: 'A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.' }