Skip to content

Commit 078df9b

Browse files
Version Packages (#58)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent be0ba5f commit 078df9b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.changeset/fluffy-actors-travel.md

-5
This file was deleted.

.changeset/tall-bees-impress.md

-6
This file was deleted.

packages/typed-openapi/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# typed-openapi
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- be0ba5f: Bump @sinclair/typebox-codegen version
8+
9+
### Patch Changes
10+
11+
- 739e5b5: Add options to `Method` type in `generateApiClient` function as fix for
12+
[#55](https://github.com/astahmer/typed-openapi/issues/55)
13+
314
## 0.9.0
415

516
### Minor Changes

packages/typed-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typed-openapi",
33
"type": "module",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"main": "dist/index.cjs",
66
"module": "dist/index.js",
77
"bin": {

0 commit comments

Comments
 (0)