Skip to content

Commit 8b7e5bc

Browse files
committed
docs: update changelog and version
1 parent f4ab0ad commit 8b7e5bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33

4+
### 3.2.1
5+
6+
7+
* fix: do not let empty file on error ([#796](https://github.com/node-formidable/formidable/pull/796))
8+
* it was probably due to the fact that .destroy on a file stream does not always complete on time
9+
410
### 3.2.0
511

612

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formidable",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"license": "MIT",
55
"description": "A node.js module for parsing form data, especially file uploads.",
66
"homepage": "https://github.com/node-formidable/formidable",

0 commit comments

Comments
 (0)