Skip to content

Commit 0b7d1e7

Browse files
Release 1.3.0
[skip ci] ## [1.3.0](v1.2.0...v1.3.0) (2023-07-27) ### Features * add TypeScript types ([#23](#23)) ([87203a2](87203a2))
1 parent 87203a2 commit 0b7d1e7

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.0](https://github.com/node-modules/formstream/compare/v1.2.0...v1.3.0) (2023-07-27)
4+
5+
6+
### Features
7+
8+
* add TypeScript types ([#23](https://github.com/node-modules/formstream/issues/23)) ([87203a2](https://github.com/node-modules/formstream/commit/87203a2853e6ec1b4d72f5c624e8f4b40fafa942))
9+
310
## [1.2.0](https://github.com/node-modules/formstream/compare/v1.1.1...v1.2.0) (2023-03-17)
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.2.0",
3+
"version": "1.3.0",
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)