Skip to content

Commit d314b0e

Browse files
Release 1.3.1
[skip ci] ## [1.3.1](v1.3.0...v1.3.1) (2023-07-28) ### Bug Fixes * **types:** allow `formStream` to be used as a type ([#24](#24)) ([e1d2c00](e1d2c00))
1 parent e1d2c00 commit d314b0e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.3.1](https://github.com/node-modules/formstream/compare/v1.3.0...v1.3.1) (2023-07-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **types:** allow `formStream` to be used as a type ([#24](https://github.com/node-modules/formstream/issues/24)) ([e1d2c00](https://github.com/node-modules/formstream/commit/e1d2c0036647847b306e87e520341f0499e82b83))
9+
310
## [1.3.0](https://github.com/node-modules/formstream/compare/v1.2.0...v1.3.0) (2023-07-27)
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.3.0",
3+
"version": "1.3.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)