Skip to content

Commit

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

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/).

## HEAD
## v0.7.0 (2025-01-25)

- BREAKING CHANGE: Override `parseFormData` signature so the upload handler is always last in the argument list. `parserOptions` are now an optional 2nd arg.

Expand Down
2 changes: 1 addition & 1 deletion packages/form-data-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjackson/form-data-parser",
"version": "0.6.0",
"version": "0.7.0",
"description": "A request.formData() wrapper with streaming file upload handling",
"author": "Michael Jackson <[email protected]>",
"repository": {
Expand Down

0 comments on commit e0afb18

Please sign in to comment.