Skip to content

Commit cb99c7d

Browse files
committed
0.8.8
1 parent 5faacef commit cb99c7d

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.8.8](https://github.com/tazo90/next-openapi-gen/compare/v0.8.7...v0.8.8) (2025-11-16)
2+
3+
4+
### ✨ Features
5+
6+
* add support for custom [@operation](https://github.com/operation)Id JSDoc tag ([#60](https://github.com/tazo90/next-openapi-gen/issues/60)) ([5faacef](https://github.com/tazo90/next-openapi-gen/commit/5faacefd3223fbd1873be7c2d0e97a20d0b9b3f3))
7+
8+
9+
110
## [0.8.7](https://github.com/tazo90/next-openapi-gen/compare/v0.8.6...v0.8.7) (2025-11-16)
211

312

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