Skip to content

Commit

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

### 5.1.9 - 2024-02-26

### Fixed

- Fix OpenAPI spec generation for query parameters.

### 5.1.8 - 2024-02-26

### 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": "v5.1.8"
"version": "v5.1.9"
},
"paths": {
"/api/v1/route-with-query-params": {
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": "5.1.8",
"version": "5.1.9",
"description": "Next REST Framework - Type-safe, self-documenting APIs for Next.js",
"keywords": [
"nextjs",
Expand Down

0 comments on commit 6c851b9

Please sign in to comment.