Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jan 8, 2025
1 parent 8c5ddbe commit 4432a06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/file-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is the changelog for [`file-storage`](https://github.com/mjackson/remix-the-web/tree/main/packages/file-storage). It follows [semantic versioning](https://semver.org/).

## HEAD
## v0.4.0 (2025-01-08)

- Fixes race conditions with concurrent calls to `set`
- Shards storage directories for more scalable file systems
Expand Down
2 changes: 1 addition & 1 deletion packages/file-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjackson/file-storage",
"version": "0.3.0",
"version": "0.4.0",
"description": "Key/value storage for JavaScript File objects",
"author": "Michael Jackson <[email protected]>",
"repository": {
Expand Down

0 comments on commit 4432a06

Please sign in to comment.