Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 30, 2024
1 parent 1def4fa commit 55b14d7
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-dancers-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-coats-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-ads-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-oranges-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-snakes-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-colts-smell.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hey-api/openapi-ts

## 0.32.0

### Minor Changes

- Support all HTTP error codes ([#188](https://github.com/hey-api/openapi-ts/pull/188))

- Use File or Blob type for binary types ([#186](https://github.com/hey-api/openapi-ts/pull/186))

- Check value instanceof Blob when using isBlob ([#186](https://github.com/hey-api/openapi-ts/pull/186))

### Patch Changes

- fix(cli): properly handle booleans ([#190](https://github.com/hey-api/openapi-ts/pull/190))

- Attempt to use body type as content type when sending Blob in node client ([#185](https://github.com/hey-api/openapi-ts/pull/185))

- fix(api): add experimental flag ([#191](https://github.com/hey-api/openapi-ts/pull/191))

## 0.31.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.31.1",
"version": "0.32.0",
"type": "module",
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
"homepage": "https://github.com/hey-api/openapi-ts/",
Expand Down

0 comments on commit 55b14d7

Please sign in to comment.