Skip to content

Commit 60f044b

Browse files
Merge pull request #193 from hey-api/changeset-release/main
Version Packages
2 parents 813f67a + 3954037 commit 60f044b

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/fuzzy-pumpkins-lay.md

-5
This file was deleted.

.changeset/young-buckets-sneeze.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.32.1
4+
5+
### Patch Changes
6+
7+
- fix(schema): allow minimums/maximums to be 0 ([#194](https://github.com/hey-api/openapi-ts/pull/194))
8+
9+
- fix(axios): let axios handle serializing form data ([#192](https://github.com/hey-api/openapi-ts/pull/192))
10+
311
## 0.32.0
412

513
### Minor 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.0",
3+
"version": "0.32.1",
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)