Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Commit 313cd92

Browse files
committed
1 parent 3469abf commit 313cd92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

5-
## HEAD
5+
## v0.5.0 (2025-01-25)
66

77
- Add `fileStorage.put(key, file)` method as a convenience around `fileStorage.set(key, file)` + `fileStorage.get(key)`, which is a very common pattern when you need immediate access to the file you just put in storage
88

packages/file-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mjackson/file-storage",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Key/value storage for JavaScript File objects",
55
"author": "Michael Jackson <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)