From 4ddfb5a1e6752af722c1e6a20a624902e700554d Mon Sep 17 00:00:00 2001 From: Markus Blomqvist Date: Wed, 14 Feb 2024 23:28:13 +0200 Subject: [PATCH] v5.1.3 --- CHANGELOG.md | 6 ++++++ apps/example/public/openapi.json | 2 +- packages/next-rest-framework/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1af19e1..13bd79b 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. +### 5.1.3 - 2024-02-14 + +#### Fixed + +- Fix `__dirname` not defined during `next build` with a custom ESBuild plugin. + ### 5.1.2 - 2024-02-14 #### Fixed diff --git a/apps/example/public/openapi.json b/apps/example/public/openapi.json index c040022..dcba2f8 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": "v5.1.2" + "version": "v5.1.3" }, "paths": { "/api/v1/rpc/createTodo": { diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index d1ba16e..df48e08 100644 --- a/packages/next-rest-framework/package.json +++ b/packages/next-rest-framework/package.json @@ -1,6 +1,6 @@ { "name": "next-rest-framework", - "version": "5.1.2", + "version": "5.1.3", "description": "Next REST Framework - Type-safe, self-documenting APIs for Next.js", "keywords": [ "nextjs",