Skip to content

Commit d4cdb8f

Browse files
chore: Update version for release (#53)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 15868ef commit d4cdb8f

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/add-blob-dependency.md

-5
This file was deleted.

packages/fetch/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- 15868ef: Add missing `@remix-run/web-blob` dependency to `@remix-run/web-fetch`
8+
39
## 4.4.0
410

511
### Minor Changes
@@ -8,7 +14,7 @@
814

915
### Patch Changes
1016

11-
- Fix `toFormData` imports ([d3a1ffd](https://github.com/remix-run/web-std-io/commit/d3a1ffd))
17+
- Fix `toFormData` imports ([d3a1ffd](https://github.com/remix-run/web-std-io/commit/d3a1ffd))
1218
- Updated dependencies
1319
- `@remix-run/[email protected]`
1420
- `@remix-run/[email protected]`

packages/fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/web-fetch",
3-
"version": "4.4.0",
3+
"version": "4.4.1",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)