Skip to content

Commit 4b8e576

Browse files
committed
1 parent f7aab6a commit 4b8e576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/fetch-proxy/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the changelog for [`fetch-proxy`](https://github.com/remix-run/remix/tree/v3/packages/fetch-proxy). It follows [semantic versioning](https://semver.org/).
44

5-
## HEAD
5+
## v0.5.0 (2025-07-24)
66

77
- Renamed package from `@mjackson/fetch-proxy` to `@remix-run/fetch-proxy`
88
- FIX: A regression that stopped forwarding the method from an exising request object

packages/fetch-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/fetch-proxy",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "An HTTP proxy for the web Fetch API",
55
"author": "Michael Jackson <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)