Skip to content

Commit 5f8a882

Browse files
committed
Release fs@0.3.0
- fs: 0.2.0 -> 0.3.0
1 parent 7941411 commit 5f8a882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

5-
## Unreleased
5+
## v0.3.0 (2025-11-26)
66

77
- Move `@remix-run/lazy-file` and `@remix-run/mime` to `peerDependencies`
88

packages/fs/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/fs",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Filesystem utilities using the Web File API",
55
"author": "Michael Jackson <mjijackson@gmail.com>",
66
"repository": {

0 commit comments

Comments
 (0)