Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Jan 8, 2024
1 parent 9d75780 commit e97bb88
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.

### 4.2.0 - 2024-01-09

### Added

- Add support for chaining up to three middlewares together and sharing data between the middlewares.

### 4.1.2 - 2023-12-18

### Fixed
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": "v4.1.2"
"version": "v4.2.0"
},
"paths": {
"/api/v1/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": "4.1.2",
"version": "4.2.0",
"description": "Next REST Framework - Type-safe, self-documenting APIs for Next.js",
"keywords": [
"nextjs",
Expand Down

2 comments on commit e97bb88

@vercel
Copy link

@vercel vercel bot commented on e97bb88 Jan 8, 2024

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-git-main-blomqma.vercel.app
next-rest-framework-blomqma.vercel.app
next-rest-framework.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e97bb88 Jan 8, 2024

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-git-main-blomqma.vercel.app
next-rest-framework-demo-blomqma.vercel.app

Please sign in to comment.