We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1166e commit 3b1c6b3Copy full SHA for 3b1c6b3
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.5.0](https://github.com/node-modules/formstream/compare/v1.4.0...v1.5.0) (2024-06-06)
4
+
5
6
+### Features
7
8
+* support minChunkSize options ([#26](https://github.com/node-modules/formstream/issues/26)) ([7d1166e](https://github.com/node-modules/formstream/commit/7d1166e3a9f0504faa5466202f3ef2a9fc0b6991))
9
10
## [1.4.0](https://github.com/node-modules/formstream/compare/v1.3.1...v1.4.0) (2024-05-14)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "formstream",
- "version": "1.4.0",
+ "version": "1.5.0",
"description": "A multipart/form-data encoded stream, helper for file upload.",
"main": "lib/formstream.js",
"types": "types/formstream.d.ts",
0 commit comments