We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7941411 commit 5f8a882Copy full SHA for 5f8a882
packages/fs/CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
This is the changelog for [`fs`](https://github.com/remix-run/remix/tree/main/packages/fs). It follows [semantic versioning](https://semver.org/).
4
5
-## Unreleased
+## v0.3.0 (2025-11-26)
6
7
- Move `@remix-run/lazy-file` and `@remix-run/mime` to `peerDependencies`
8
packages/fs/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@remix-run/fs",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Filesystem utilities using the Web File API",
"author": "Michael Jackson <mjijackson@gmail.com>",
"repository": {
0 commit comments