diff --git a/changelog.md b/changelog.md index 9247fe4..be690b5 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-22 - 2.4.0 + ### Features - Add automatic Buildx cleanup to prevent unbounded tsdocker builder cache growth. diff --git a/package.json b/package.json index 43e35d7..0e55e49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tsdocker", - "version": "2.3.0", + "version": "2.4.0", "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 c393681..7bb929b 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.3.0', + version: '2.4.0', description: 'A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.' }