Skip to content

Commit 1cb7b04

Browse files
chore: release @web-std/form-data 3.1.0 (#96)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45506dd commit 1cb7b04

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/form-data/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [3.1.0](https://www.github.com/web-std/io/compare/form-data-v3.0.2...form-data-v3.1.0) (2023-08-28)
4+
5+
6+
### Features
7+
8+
* **form-data:** allow passing a `form` to `FormData` ([#84](https://www.github.com/web-std/io/issues/84)) ([fd274bd](https://www.github.com/web-std/io/commit/fd274bd8d03476997258b23bb3c120476adc5169))
9+
10+
11+
### Bug Fixes
12+
13+
* **form-data:** support empty `File` ([#76](https://www.github.com/web-std/io/issues/76)) ([5453f55](https://www.github.com/web-std/io/commit/5453f5571182946cf6ed616968dac6e8f05060c9))
14+
15+
16+
### Changes
17+
18+
* promote `types` conditional exports to the top of the list ([#88](https://www.github.com/web-std/io/issues/88)) ([c1339b9](https://www.github.com/web-std/io/commit/c1339b9bef4312e5efd4c5fe627b92e6c1d5c3d1))
19+
320
### [3.0.2](https://www.github.com/web-std/io/compare/form-data-v3.0.1...form-data-v3.0.2) (2022-01-21)
421

522

packages/form-data/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web-std/form-data",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Web API compatible Form Data implementation",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)