Skip to content

Commit 02459d2

Browse files
committed
Merge branch 'master' of github.com:samchungy/zod-openapi
2 parents 72d38c4 + b8aa311 commit 02459d2

File tree

3 files changed

+295
-65
lines changed

3 files changed

+295
-65
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# zod-openapi
22

3+
## 5.4.5
4+
5+
### Patch Changes
6+
7+
- [#558](https://github.com/samchungy/zod-openapi/pull/558) [`5f21e46`](https://github.com/samchungy/zod-openapi/commit/5f21e464e2c8f6178ffbedcc8d74e56d01ad2dca) Thanks [@samchungy](https://github.com/samchungy)! - Fix type declarations
8+
39
## 5.4.4
410

511
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zod-openapi",
3-
"version": "5.4.4",
3+
"version": "5.4.5",
44
"description": "Convert Zod Schemas to OpenAPI v3.x documentation",
55
"keywords": [
66
"typescript",
@@ -66,7 +66,7 @@
6666
"eslint-plugin-import-zod": "1.2.0",
6767
"eslint-plugin-zod-openapi": "2.0.0",
6868
"skuba": "12.4.1",
69-
"tsdown": "0.15.6",
69+
"tsdown": "0.16.7",
7070
"vitest": "3.2.4",
7171
"yaml": "2.8.1",
7272
"zod": "4.1.13"

0 commit comments

Comments
 (0)