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' }