Skip to content

Commit 63b1a94

Browse files
committed
0.8.1
1 parent 6c0afd8 commit 63b1a94

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [0.8.1](https://github.com/tazo90/next-openapi-gen/compare/v0.7.11...v0.8.1) (2025-10-28)
2+
3+
4+
### ✨ Features
5+
6+
* add improved type definitions for schema processing ([2513d19](https://github.com/tazo90/next-openapi-gen/commit/2513d190d8be3087ac64a5e4aeda7fcb7fed0816))
7+
* implement automated release process with changelog generation ([263ac47](https://github.com/tazo90/next-openapi-gen/commit/263ac47dd4c644d57aade84803fd7f4e2d52c56a))
8+
9+
10+
### 🐛 Bug Fixes
11+
12+
* remove contents option from np config to publish root package ([6c0afd8](https://github.com/tazo90/next-openapi-gen/commit/6c0afd8e6a1ac7d777fe328cd49d230e4026f6d1))
13+
14+
15+
### 📝 Documentation
16+
17+
* improve formatting in PR template and contributing guide ([85677dc](https://github.com/tazo90/next-openapi-gen/commit/85677dc05ccfccb263e67254fd204b2cf453025f))
18+
19+
20+
### 🔨 Chores
21+
22+
* add --no-cleanup --no-tests flags to release script ([1e72d77](https://github.com/tazo90/next-openapi-gen/commit/1e72d7717efc5e6b6d435222ccbdeb9a1023e207))
23+
* disable cleanup in np config to avoid npm ci issues ([eb725ee](https://github.com/tazo90/next-openapi-gen/commit/eb725eee5ce4ada8c4db0c1467c425dda93691c7))
24+
* disable tests in np to skip npm ci step ([1325048](https://github.com/tazo90/next-openapi-gen/commit/1325048f052452a1bad493262968a2ab722391b9))
25+
* setup automated release process with np and auto-changelog ([c0e6f7f](https://github.com/tazo90/next-openapi-gen/commit/c0e6f7f394aef96a55123d334fcafaa0058ca541))
26+
* update keywords in package.json ([44140fa](https://github.com/tazo90/next-openapi-gen/commit/44140fa329432e49adfc1fcb746be6bc1dc3928a))
27+
28+
29+
130
# [0.8.0](https://github.com/tazo90/next-openapi-gen/compare/v0.7.11...v0.8.0) (2025-10-28)
231

332

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