Skip to content

Commit

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

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

## HEAD
## v0.8.0 (2025-01-24)

This release improves error handling and simplifies some of the internals of the parser.

Expand Down
2 changes: 1 addition & 1 deletion packages/multipart-parser/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjackson/multipart-parser",
"version": "0.7.3",
"version": "0.8.0",
"exports": "./src/multipart-parser.ts",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/multipart-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mjackson/multipart-parser",
"version": "0.7.3",
"version": "0.8.0",
"description": "A fast, efficient parser for multipart streams in any JavaScript environment",
"author": "Michael Jackson <[email protected]>",
"repository": {
Expand Down

0 comments on commit f611615

Please sign in to comment.