From 92d55ee45e08a01f7a9f73ab2d3f5a82ae6520a4 Mon Sep 17 00:00:00 2001 From: Markus Blomqvist Date: Thu, 19 Oct 2023 21:30:44 +0300 Subject: [PATCH] v3.1.1 --- 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 7f2a2ec..c352907 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.1.1 - 2023-10-19 + +### Fixed + +- Fix request handling when using a proxy or HTTPS connections locally. + ### 3.1.0 - 2023-10-19 ### Added diff --git a/apps/example/public/openapi.json b/apps/example/public/openapi.json index 83f49dc..0255766 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.1.0" + "version": "v3.1.1" }, "paths": { "/api/api-routes/todos": { diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index db45690..97d07c2 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.1.0", + "version": "3.1.1", "description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js", "keywords": [ "nextjs",