Skip to content

Commit

Permalink
v3.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Nov 12, 2023
1 parent 26ca676 commit ec3041c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.

### 3.4.6 - 2023-11-12

### Added

- Add CLI option to view additional logs for debugging purposes for the `generate` and `validate` commands.

### 3.4.4 - 2023-11-06

### Changed
Expand Down
2 changes: 1 addition & 1 deletion apps/example/public/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Next REST Framework",
"description": "This is an autogenerated documentation by Next REST Framework.",
"version": "v3.4.4"
"version": "v3.4.6"
},
"paths": {
"/api/api-routes/todos": {
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": "3.4.4",
"version": "3.4.6",
"description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js",
"keywords": [
"nextjs",
Expand Down

2 comments on commit ec3041c

@vercel
Copy link

@vercel vercel bot commented on ec3041c Nov 12, 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-git-main-blomqma.vercel.app
next-rest-framework-blomqma.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ec3041c Nov 12, 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-blomqma.vercel.app
next-rest-framework-demo.vercel.app
next-rest-framework-demo-git-main-blomqma.vercel.app

Please sign in to comment.