Skip to content

Commit

Permalink
chore(release): 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard86 committed Apr 18, 2023
1 parent 62b6836 commit b263870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/next-api-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.10](https://github.com/Howard86/next-api-handler/compare/v0.4.9...v0.4.10) (2023-04-18)

### Bug Fixes

- add missing middleware call ([4355c58](https://github.com/Howard86/next-api-handler/commit/4355c589ca59056c85d4fc588e6b7bfb8bba1561))

### [0.4.9](https://github.com/Howard86/next-api-handler/compare/v0.4.8...v0.4.9) (2023-04-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-api-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-api-handler",
"version": "0.4.9",
"version": "0.4.10",
"description": "Lightweight and Portable Next.js API builder",
"keywords": [
"next",
Expand Down

1 comment on commit b263870

@vercel
Copy link

@vercel vercel bot commented on b263870 Apr 18, 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-api-handler-example – ./apps/example

next-api-handler-example.vercel.app
next-api-handler-example-howard86.vercel.app
next-api-handler-example-git-main-howard86.vercel.app

Please sign in to comment.