Skip to content

Commit

Permalink
v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Aug 26, 2024
1 parent eba5a01 commit c09c6e3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
All notable changes to this project will be documented in this file.
We follow the [Semantic Versioning 2.0.0](http://semver.org/) format.

### 6.0.2 - 2024-08-27

#### Fixed

- Fix inferred request body type for RPC API routes.

### Added

- Add dynamically included JSON schemas for request body, query and path parameter validation errors when validation schemas for them exist.

### 6.0.1 - 2024-05-10

#### Fixed
Expand Down
2 changes: 1 addition & 1 deletion apps/example/public/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Next REST Framework",
"description": "This is an autogenerated documentation by Next REST Framework.",
"version": "v6.0.1"
"version": "v6.0.2"
},
"paths": {
"/api/v1/form-data/multipart": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-rest-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-rest-framework",
"version": "6.0.1",
"version": "6.0.2",
"description": "Next REST Framework - Type-safe, self-documenting APIs for Next.js",
"keywords": [
"nextjs",
Expand Down

0 comments on commit c09c6e3

Please sign in to comment.