Skip to content

Commit b027c20

Browse files
committed
v6.0.4
1 parent 4528c55 commit b027c20

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
All notable changes to this project will be documented in this file.
22
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.
33

4+
### 6.0.4 - 2024-08-27
5+
6+
#### Fixed
7+
8+
- Add support for CJS imports in generate.
9+
410
### 6.0.3 - 2024-08-27
511

612
#### Added

apps/example/public/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Next REST Framework",
55
"description": "This is an autogenerated documentation by Next REST Framework.",
6-
"version": "v6.0.3"
6+
"version": "v6.0.4"
77
},
88
"paths": {
99
"/api/v1/form-data/multipart": {

packages/next-rest-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-rest-framework",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
44
"description": "Next REST Framework - Type-safe, self-documenting APIs for Next.js",
55
"keywords": [
66
"nextjs",

0 commit comments

Comments
 (0)