fix(): no changes

This commit is contained in:
2026-02-07 12:59:31 +00:00
parent 4d32d5e71e
commit e1cf1768da
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

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