From e10c51f6dffb69ffc12c2a06bcf4431451abead7 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 13 May 2026 10:20:53 +0000 Subject: [PATCH] v2.3.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index da91614..0fb754a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-13 - 2.3.0 + ### Features - Support cached builds during `tsdocker push`. diff --git a/package.json b/package.json index 443f5c9..8039eda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tsdocker", - "version": "2.2.8", + "version": "2.3.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 2d11dee..c393681 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.2.8', + version: '2.3.0', description: 'A comprehensive Docker build tool for TypeScript projects with multi-arch support, multi-registry push, and CI-safe session isolation.' }