This commit is contained in:
2026-05-13 10:20:53 +00:00
parent aad4d806e7
commit 21f3dd1a1d
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-13 - 2.3.0
### Features
- Support cached builds during `tsdocker push`.
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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.'
}