From 645faee7fe036a84e9681f7d5ebaa2574d9604fb Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 15 Feb 2026 20:20:07 +0000 Subject: [PATCH] fix(webrequest): no changes in this commit --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 280222d..a0a7126 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-02-15 - 4.0.3 - fix(webrequest) +no changes in this commit + +- Empty diff: no files were modified, added, or deleted. No functional changes to release. + ## 2026-02-11 - 4.0.2 - fix(utils) use smartdelay.Timeout for cancellable timeouts and call timeout.cancel() on cleanup; add @git.zone/cli release configuration pointing to Verdaccio registry with public access diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 46fac2c..f90b017 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/webrequest', - version: '4.0.2', + version: '4.0.3', description: 'Modern, fetch-compatible web request library with intelligent HTTP caching, retry strategies, and fault tolerance.' }