diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b9125d..d733e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### 6.0.3 - 2024-08-27 + +#### Added + +- Add proper error handling for generating OpenAPI paths from routes & API routes. + ### 6.0.2 - 2024-08-27 #### Fixed diff --git a/apps/example/public/openapi.json b/apps/example/public/openapi.json index 7e45b2d..f5c8077 100644 --- a/apps/example/public/openapi.json +++ b/apps/example/public/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Next REST Framework", "description": "This is an autogenerated documentation by Next REST Framework.", - "version": "v6.0.2" + "version": "v6.0.3" }, "paths": { "/api/v1/form-data/multipart": { diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index d0a4938..ae0863e 100644 --- a/packages/next-rest-framework/package.json +++ b/packages/next-rest-framework/package.json @@ -1,6 +1,6 @@ { "name": "next-rest-framework", - "version": "6.0.2", + "version": "6.0.3", "description": "Next REST Framework - Type-safe, self-documenting APIs for Next.js", "keywords": [ "nextjs",