Skip to content

Commit

Permalink
Merge pull request #196 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos authored Apr 1, 2024
2 parents c5559ab + 45b16d5 commit 49ffeda
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-snails-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-beans-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-boxes-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-rice-lie.md

This file was deleted.

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

## 0.33.0

### Minor Changes

- feat(fetch): detect form data repsonses properly ([#195](https://github.com/hey-api/openapi-ts/pull/195))

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

### Patch Changes

- fix(client): do not create or export empty files ([#200](https://github.com/hey-api/openapi-ts/pull/200))

- client(angular/fetch/xhr): detect all application/json or +json as JSON ([#195](https://github.com/hey-api/openapi-ts/pull/195))

## 0.32.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.32.1",
"version": "0.33.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 49ffeda

Please sign in to comment.