Skip to content

Commit

Permalink
Merge pull request #529 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mrlubos committed May 5, 2024
2 parents 7d3a897 + 17d0eb4 commit 1c04100
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-gorillas-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-socks-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-flies-chew.md

This file was deleted.

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

## 0.43.1

### Patch Changes

- fix: use optional chaining in bin catch block ([#528](https://github.com/hey-api/openapi-ts/pull/528))

- fix: broken encoding ([#532](https://github.com/hey-api/openapi-ts/pull/532))

- fix(parser): handle type array ([#533](https://github.com/hey-api/openapi-ts/pull/533))

## 0.43.0

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

0 comments on commit 1c04100

Please sign in to comment.