Skip to content

Commit f259093

Browse files
[ci] release (#1190)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0380e9a commit f259093

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/long-moose-scream.md

-5
This file was deleted.

.changeset/wise-adults-deny.md

-5
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# openapi-fetch
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [`0380e9a`](https://github.com/drwpow/openapi-typescript/commit/0380e9a572f6edfcc6ca1242b7f11abd8fc24610) Thanks [@drwpow](https://github.com/drwpow)! - Add multipart/form-data request body support
8+
9+
- [`0380e9a`](https://github.com/drwpow/openapi-typescript/commit/0380e9a572f6edfcc6ca1242b7f11abd8fc24610) Thanks [@drwpow](https://github.com/drwpow)! - Breaking: openapi-fetch now just takes the first media type it finds rather than preferring JSON. This is because in the case of `multipart/form-data` vs `application/json`, it’s not inherently clear which you’d want. Or if there were multiple JSON-like media types.
10+
311
## 0.5.0
412

513
### Minor Changes

packages/openapi-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fetch using your OpenAPI types. Weighs in at 1 kb and has virtually zero runtime. Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)