From 95795700d30f12c6e2c4cea47419fd5bfe10269d Mon Sep 17 00:00:00 2001 From: Markus Blomqvist Date: Wed, 8 Mar 2023 00:46:29 +0200 Subject: [PATCH] v0.3.6 --- CHANGELOG.md | 6 ++++++ packages/next-rest-framework/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b0888..b4b0587 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. +### 0.3.6 - 2023-03-08 + +### Fixed + +- Fix a bug that prevented nested API routes from being included into the OpenAPI spec. + ### 0.3.5 - 2023-02-21 ### Fixed diff --git a/packages/next-rest-framework/package.json b/packages/next-rest-framework/package.json index 8ab043d..64472a0 100644 --- a/packages/next-rest-framework/package.json +++ b/packages/next-rest-framework/package.json @@ -1,6 +1,6 @@ { "name": "next-rest-framework", - "version": "0.3.5", + "version": "0.3.6", "description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js", "keywords": [ "nextjs",