Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Commit f09b3c2

Browse files
committed
1 parent 6cab704 commit f09b3c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

5-
## HEAD
5+
## v0.9.0 (2025-06-10)
66

77
- Add `/src` to npm package, so "go to definition" goes to the actual source
88
- Use one set of types for all built files, instead of separate types for ESM and CJS

packages/multipart-parser/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mjackson/multipart-parser",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"exports": "./src/multipart-parser.ts",
55
"publish": {
66
"include": [

packages/multipart-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/multipart-parser",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"description": "A fast, efficient parser for multipart streams in any JavaScript environment",
55
"author": "Michael Jackson <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)