Skip to content

Commit 2f396c9

Browse files
committed
0.8.7
1 parent 65a12d5 commit 2f396c9

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.8.7](https://github.com/tazo90/next-openapi-gen/compare/v0.8.6...v0.8.7) (2025-11-16)
2+
3+
4+
### 🐛 Bug Fixes
5+
6+
* resolve nested Zod schema references in envelope objects ([#59](https://github.com/tazo90/next-openapi-gen/issues/59)) ([97ee719](https://github.com/tazo90/next-openapi-gen/commit/97ee7191386394686b036b5848a0d77e36935af7))
7+
8+
9+
### 📝 Documentation
10+
11+
* typo in CHANGELOG.md ([311fd3b](https://github.com/tazo90/next-openapi-gen/commit/311fd3bdee1cfe6c38f6f13f4e419577508e9bba))
12+
* update openapi file in next15-app-zod example ([65a12d5](https://github.com/tazo90/next-openapi-gen/commit/65a12d502be98a5296b3c655915efdbfb601b90b))
13+
14+
15+
116
## [0.8.6](https://github.com/tazo90/next-openapi-gen/compare/v0.8.5...v0.8.6) (2025-11-13)
217

318

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-openapi-gen",
3-
"version": "0.8.6",
3+
"version": "0.8.7",
44
"description": "Automatically generate OpenAPI 3.0 documentation from Next.js projects, with support for Zod schemas and TypeScript types.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)