Skip to content

Commit d44cba9

Browse files
committed
1 parent f7ecdf1 commit d44cba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

5-
## HEAD
5+
## v0.9.1 (2025-06-13)
66

77
- Export `FormDataParserError` and `MaxFilesExceededError`
88
- Re-export `MultipartParseError`, `MaxHeaderSizeExceededError`, and `MaxFileSizeExceededError` from multipart parser

packages/form-data-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mjackson/form-data-parser",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "A request.formData() wrapper with streaming file upload handling",
55
"author": "Michael Jackson <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)