Skip to content

Commit cefbda4

Browse files
authored
Merge pull request #177 from hey-api/changeset-release/main
Version Packages
2 parents b391aaf + 06750e3 commit cefbda4

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/twenty-turtles-tickle.md

-5
This file was deleted.

.changeset/warm-buttons-brake.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.31.1
4+
5+
### Patch Changes
6+
7+
- merge enums and useLegacyEnums into one option ([#178](https://github.com/hey-api/openapi-ts/pull/178))
8+
9+
- use FormData from node-fetch in node client ([#173](https://github.com/hey-api/openapi-ts/pull/173))
10+
311
## 0.31.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.31.0",
3+
"version": "0.31.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)