Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b51e11c

Browse files
authoredOct 25, 2023
Merge pull request #22 from octet-stream/changeset-release/main
2 parents 0cc9cd4 + ef29d04 commit b51e11c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.changeset/early-items-grow.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.2
4+
5+
### Patch Changes
6+
7+
- [`0cc9cd4`](https://github.com/octet-stream/form-data-encoder/commit/0cc9cd4c4ce0dd9cf8d468494be7904577309433) Thanks [@octet-stream](https://github.com/octet-stream)! - Remove changelog from distro
8+
39
## 4.0.1
410

511
### Patch 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.1",
5+
"version": "4.0.2",
66
"author": "Nick K.",
77
"license": "MIT",
88
"repository": "octet-stream/form-data-encoder",

0 commit comments

Comments
 (0)
Please sign in to comment.