Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 7, 2024
1 parent 70261fd commit b8c8cf7
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.7.1 (2024-12-07)

- Re-export everything from `multipart-parser/node` because we have a separate bundle for Node.js now, so everything should be imported from there when using it.

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.0",
"version": "0.7.1",
"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.0",
"version": "0.7.1",
"description": "A fast, efficient parser for multipart streams in any JavaScript environment",
"author": "Michael Jackson <[email protected]>",
"repository": {
Expand Down

0 comments on commit b8c8cf7

Please sign in to comment.