Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blomqma committed Mar 21, 2023
1 parent 3eefc13 commit 46acc35
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.4.2 - 2023-03-21

### Fixed

- Fix bug with middlewares and error handlers that responded to the API request and the execution was not stopped.

### 0.4.1 - 2023-03-20

### Fixed
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.4.1",
"version": "0.4.2",
"description": "Next REST Framework - write type-safe, self-documenting REST APIs in Next.js",
"keywords": [
"nextjs",
Expand Down

1 comment on commit 46acc35

@vercel
Copy link

@vercel vercel bot commented on 46acc35 Mar 21, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.