Skip to content

Commit c5dedad

Browse files
chore: release @web-std/form-data 3.1.0
1 parent fd274bd commit c5dedad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

packages/form-data/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
### Changes
12+
13+
* 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))
14+
315
### [3.0.2](https://www.github.com/web-std/io/compare/form-data-v3.0.1...form-data-v3.0.2) (2022-01-21)
416

517

packages/form-data/package.json

Lines changed: 1 addition & 1 deletion
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)