diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7b0e5..dd868ea 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. +### 3.4.6 - 2023-11-12 + +### Added + +- Add CLI option to view additional logs for debugging purposes for the `generate` and `validate` commands. + ### 3.4.4 - 2023-11-06 ### Changed diff --git a/apps/example/public/openapi.json b/apps/example/public/openapi.json index 2d6913d..ab4ada1 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": "v3.4.4" + "version": "v3.4.6" }, "paths": { "/api/api-routes/todos": { diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index c145148..a1e480d 100644 --- a/packages/next-rest-framework/package.json +++ b/packages/next-rest-framework/package.json @@ -1,6 +1,6 @@ { "name": "next-rest-framework", - "version": "3.4.4", + "version": "3.4.6", "description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js", "keywords": [ "nextjs",