From e1cf1768da7da622adc6880449903a8d70ce3115 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sat, 7 Feb 2026 12:59:31 +0000 Subject: [PATCH] fix(): no changes --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4a0057f..8e5cd03 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-02-07 - 1.17.4 - fix() +no changes + + ## 2026-02-07 - 1.17.3 - fix(registry) increase default maxRetries in fetchWithRetry from 3 to 6 to improve resilience when fetching registry resources diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4afd70c..f212431 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: '1.17.3', + version: '1.17.4', description: 'develop npm modules cross platform with docker' }