From 32ed31980448d698c41c70dc2aea9e070510f7cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:20:03 +0000 Subject: [PATCH] Version Packages (#40) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/polite-loops-cross.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/polite-loops-cross.md diff --git a/.changeset/polite-loops-cross.md b/.changeset/polite-loops-cross.md deleted file mode 100644 index 16fa95e..0000000 --- a/.changeset/polite-loops-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'fetch-nodeshim': patch ---- - -Add configurable `connectTimeout` to override connection timeout. The default will now also be 30s if the request contains `text/html` in the `Accept` header diff --git a/CHANGELOG.md b/CHANGELOG.md index 270ed6b..f3ba981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # minifetch +## 0.4.9 + +### Patch Changes + +- Add configurable `connectTimeout` to override connection timeout. The default will now also be 30s if the request contains `text/html` in the `Accept` header + Submitted by [@kitten](https://github.com/kitten) (See [#39](https://github.com/kitten/fetch-nodeshim/pull/39)) + ## 0.4.8 ### Patch Changes diff --git a/package.json b/package.json index 207d4ac..de517a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fetch-nodeshim", - "version": "0.4.8", + "version": "0.4.9", "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)", "author": "Phil Pluckthun ", "source": "./src/index.ts", -- 2.51.2