Skip to content

Commit 1d83c73

Browse files
committed
- static-middleware: 0.1.0 -> 0.2.0
1 parent 9f61976 commit 1d83c73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/static-middleware/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 [`static-middleware`](https://github.com/remix-run/remix/tree/main/packages/static-middleware). It follows [semantic versioning](https://semver.org/).
44

5-
## Unreleased
5+
## v0.2.0 (2025-11-20)
66

77
- Read the request method from `context.method` instead of `context.request.method`, so it's compatible with the [`method-override` middleware](https://github.com/remix-run/remix/tree/main/packages/method-override-middleware)
88
- Add `@remix-run/fs` as a peer dependency. This package now imports from `@remix-run/fs` instead of `@remix-run/lazy-file/fs`.

packages/static-middleware/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/static-middleware",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Middleware for serving static files from the filesystem",
55
"author": "Michael Jackson <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)