Skip to content

Commit f63da3c

Browse files
authored
Merge pull request #35 from octet-stream/changeset-release/main
2 parents a3ab4b1 + 9f80a67 commit f63da3c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/forty-rules-lay.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.1.0
4+
5+
### Minor Changes
6+
7+
- [#34](https://github.com/octet-stream/form-data-encoder/pull/34) [`da91d4e`](https://github.com/octet-stream/form-data-encoder/commit/da91d4e257d3224118b33586c2cfd9a006653b4d) Thanks [@Justin99b](https://github.com/Justin99b)! - Make boundary fully customizable
8+
39
## 4.0.2
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.2",
5+
"version": "4.1.0",
66
"author": "Nick K.",
77
"license": "MIT",
88
"repository": "octet-stream/form-data-encoder",

0 commit comments

Comments
 (0)