Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 12, 2024
1 parent 639ca51 commit 63559c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.2 (2024-12-12)

- Fix dependency on `headers` in package.json

Expand Down
10 changes: 8 additions & 2 deletions packages/multipart-parser/jsr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"name": "@mjackson/multipart-parser",
"version": "0.7.1",
"version": "0.7.2",
"exports": "./src/multipart-parser.ts",
"publish": {
"include": ["LICENSE", "README.md", "src/**/*.ts", "!src/**/*.node.ts", "!src/**/*.test.ts"]
"include": [
"LICENSE",
"README.md",
"src/**/*.ts",
"!src/**/*.node.ts",
"!src/**/*.test.ts"
]
}
}
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.1",
"version": "0.7.2",
"description": "A fast, efficient parser for multipart streams in any JavaScript environment",
"author": "Michael Jackson <[email protected]>",
"repository": {
Expand Down

0 comments on commit 63559c6

Please sign in to comment.