Skip to content

Commit

Permalink
chore: release @web-std/form-data 3.1.0 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 28, 2023
1 parent 45506dd commit 1cb7b04
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/form-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.1.0](https://www.github.com/web-std/io/compare/form-data-v3.0.2...form-data-v3.1.0) (2023-08-28)


### Features

* **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))


### Bug Fixes

* **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))


### Changes

* 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))

### [3.0.2](https://www.github.com/web-std/io/compare/form-data-v3.0.1...form-data-v3.0.2) (2022-01-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/form-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web-std/form-data",
"version": "3.0.2",
"version": "3.1.0",
"description": "Web API compatible Form Data implementation",
"files": [
"src",
Expand Down

0 comments on commit 1cb7b04

Please sign in to comment.