Skip to content

Commit

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

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

## HEAD
## v3.3.1 (2025-01-25)

- Handle stream errors in `lazy-file/fs`' `writeFile`. When there is an error in the stream, call `writeStream.end()` on the underlying file stream before rejecting the promise.

Expand Down
2 changes: 1 addition & 1 deletion packages/lazy-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjackson/lazy-file",
"version": "3.3.0",
"version": "3.3.1",
"description": "Lazy, streaming files for JavaScript",
"author": "Michael Jackson <mjijackson@gmail.com>",
"repository": {
Expand Down

0 comments on commit 1558e24

Please sign in to comment.