Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Mar 28, 2023
1 parent d26d48a commit c6d5830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.5.1 - 2023-03-28

### Fixed

- Revert the addition of the `localOpenApiSpec` config option. Using a user-defined route resulted in the generated OpenAPI spec file not being included in the Vercel build artifacts, thus making it not work. This issue is fixed by using a static path for the spec file so it will be always called `openapi.json` and lies in the project root.

### 0.5.0 - 2023-03-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/next-rest-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-rest-framework",
"version": "0.5.0",
"version": "0.5.1",
"description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js",
"keywords": [
"nextjs",
Expand Down

2 comments on commit c6d5830

@vercel
Copy link

@vercel vercel bot commented on c6d5830 Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-rest-framework – ./docs

next-rest-framework.vercel.app
next-rest-framework-blomqma.vercel.app
next-rest-framework-git-main-blomqma.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c6d5830 Mar 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-rest-framework-demo – ./apps/example

next-rest-framework-demo.vercel.app
next-rest-framework-demo-blomqma.vercel.app
next-rest-framework-demo-git-main-blomqma.vercel.app

Please sign in to comment.