We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6c2ef commit 304fcaeCopy full SHA for 304fcae
2 files changed
packages/fetch/CHANGELOG.md
@@ -3,6 +3,10 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+## [1.1.1](https://github.com/constructive-io/dev-utils/compare/@constructive-io/fetch@1.0.0...@constructive-io/fetch@1.1.1) (2026-05-21)
7
+
8
+**Note:** Version bump only for package @constructive-io/fetch
9
10
# 1.0.0 (2026-04-28)
11
12
### Features
packages/fetch/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@constructive-io/fetch",
- "version": "1.1.0",
+ "version": "1.1.1",
"author": "Constructive <developers@constructive.io>",
"description": "Isomorphic fetch wrapper — resolves *.localhost subdomains and preserves Host headers across Node.js and browsers",
"main": "index.js",
0 commit comments