Skip to content

Commit 38b2623

Browse files
Release 1.5.1
[skip ci] ## [1.5.1](v1.5.0...v1.5.1) (2024-06-07) ### Bug Fixes * only print top 512 bytes on buffer field debug log ([#27](#27)) ([9f771e8](9f771e8))
1 parent 9f771e8 commit 38b2623

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/node-modules/formstream/compare/v1.5.0...v1.5.1) (2024-06-07)
4+
5+
6+
### Bug Fixes
7+
8+
* only print top 512 bytes on buffer field debug log ([#27](https://github.com/node-modules/formstream/issues/27)) ([9f771e8](https://github.com/node-modules/formstream/commit/9f771e8d34dce4f5f5f6015b17397909c5d65623))
9+
310
## [1.5.0](https://github.com/node-modules/formstream/compare/v1.4.0...v1.5.0) (2024-06-06)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formstream",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A multipart/form-data encoded stream, helper for file upload.",
55
"main": "lib/formstream.js",
66
"types": "types/formstream.d.ts",

0 commit comments

Comments
 (0)