Skip to content

Commit 7b8d209

Browse files
authored
Merge pull request #187 from hey-api/changeset-release/main
Version Packages
2 parents 1def4fa + 55b14d7 commit 7b8d209

8 files changed

+19
-31
lines changed

.changeset/long-dancers-lie.md

-5
This file was deleted.

.changeset/mean-coats-fetch.md

-5
This file was deleted.

.changeset/neat-ads-fry.md

-5
This file was deleted.

.changeset/odd-oranges-appear.md

-5
This file was deleted.

.changeset/soft-snakes-notice.md

-5
This file was deleted.

.changeset/strange-colts-smell.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.32.0
4+
5+
### Minor Changes
6+
7+
- Support all HTTP error codes ([#188](https://github.com/hey-api/openapi-ts/pull/188))
8+
9+
- Use File or Blob type for binary types ([#186](https://github.com/hey-api/openapi-ts/pull/186))
10+
11+
- Check value instanceof Blob when using isBlob ([#186](https://github.com/hey-api/openapi-ts/pull/186))
12+
13+
### Patch Changes
14+
15+
- fix(cli): properly handle booleans ([#190](https://github.com/hey-api/openapi-ts/pull/190))
16+
17+
- Attempt to use body type as content type when sending Blob in node client ([#185](https://github.com/hey-api/openapi-ts/pull/185))
18+
19+
- fix(api): add experimental flag ([#191](https://github.com/hey-api/openapi-ts/pull/191))
20+
321
## 0.31.1
422

523
### 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.31.1",
3+
"version": "0.32.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)