Skip to content

Commit 49ffeda

Browse files
authored
Merge pull request #196 from hey-api/changeset-release/main
2 parents c5559ab + 45b16d5 commit 49ffeda

6 files changed

+15
-21
lines changed

.changeset/clean-snails-roll.md

-5
This file was deleted.

.changeset/cuddly-beans-film.md

-5
This file was deleted.

.changeset/metal-boxes-melt.md

-5
This file was deleted.

.changeset/ninety-rice-lie.md

-5
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @hey-api/openapi-ts
22

3+
## 0.33.0
4+
5+
### Minor Changes
6+
7+
- feat(fetch): detect form data repsonses properly ([#195](https://github.com/hey-api/openapi-ts/pull/195))
8+
9+
- feat(fetch): add application/octet-stream, application/pdf, and application/zip as binary response types ([#195](https://github.com/hey-api/openapi-ts/pull/195))
10+
11+
### Patch Changes
12+
13+
- fix(client): do not create or export empty files ([#200](https://github.com/hey-api/openapi-ts/pull/200))
14+
15+
- client(angular/fetch/xhr): detect all application/json or +json as JSON ([#195](https://github.com/hey-api/openapi-ts/pull/195))
16+
317
## 0.32.1
418

519
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/openapi-ts",
3-
"version": "0.32.1",
3+
"version": "0.33.0",
44
"type": "module",
55
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
66
"homepage": "https://github.com/hey-api/openapi-ts/",

0 commit comments

Comments
 (0)