Skip to content

Commit 11630d1

Browse files
committed
0.8.6
1 parent 006f920 commit 11630d1

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.8.6](https://github.com/tazo90/next-openapi-gen/compare/v0.8.5...v0.8.6) (2025-11-13)
2+
3+
4+
### 🐛 Bug Fixes
5+
6+
* support array notation in [@response](https://github.com/response) and [@body](https://github.com/body) annotations (Type[]) ([#55](https://github.com/tazo90/next-openapi-gen/issues/55)) ([006f920](https://github.com/tazo90/next-openapi-gen/commit/006f920176a28c3a1c46390c668e5c346870cb2c))
7+
8+
9+
### 📝 Documentation
10+
11+
* simplify examples section ([7b08c23](https://github.com/tazo90/next-openapi-gen/commit/7b08c23c8ee6a0ef79d82766417178e7e1ec3130))
12+
13+
14+
115
## [0.8.5](https://github.com/tazo90/next-openapi-gen/compare/v0.8.4...v0.8.5) (2025-11-10)
216

317

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.5",
3+
"version": "0.8.6",
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)