Skip to content

Commit 0710e37

Browse files
Bump version
1 parent 216b254 commit 0710e37

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/weak-chefs-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# form-data-encoder
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [`247fb3e`](https://github.com/octet-stream/form-data-encoder/commit/247fb3e913e61a15c599e3988747fc993927ca32) Thanks [@octet-stream](https://github.com/octet-stream)! - Remove removeComments from tsconfig.json
8+
39
## 4.0.0
410

511
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"name": "form-data-encoder",
44
"description": "Encode FormData content into the multipart/form-data format",
5-
"version": "4.0.0",
5+
"version": "4.0.1",
66
"author": "Nick K.",
77
"license": "MIT",
88
"repository": "octet-stream/form-data-encoder",

0 commit comments

Comments
 (0)