diff --git a/CHANGELOG.md b/CHANGELOG.md index dd868ea..69dbb92 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.7 - 2023-11-14 + +### Fixed + +- Fix `prettier` import potentially causing a module resolution issue in some Node.js environments. + ### 3.4.6 - 2023-11-12 ### Added diff --git a/apps/example/public/openapi.json b/apps/example/public/openapi.json index ab4ada1..c30d60f 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.6" + "version": "v3.4.7" }, "paths": { "/api/api-routes/todos": { diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index a1e480d..2d4775d 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.6", + "version": "3.4.7", "description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js", "keywords": [ "nextjs",