Skip to content

Commit

Permalink
chore(release): v0.4.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 6, 2022
1 parent 7b442ec commit 4a7c178
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
19 changes: 9 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.3](https://github.com/Howard86/next-api-handler/compare/v0.4.2...v0.4.3) (2022-12-06)


### Bug Fixes

* add middleware value check ([5838001](https://github.com/Howard86/next-api-handler/commit/5838001cb55f8a2b503f2220cba7c7a5973921d4))



## [0.4.2](https://github.com/Howard86/next-api-handler/compare/v0.4.0...v0.4.2) (2022-11-29)


Expand Down Expand Up @@ -30,13 +39,3 @@



## [0.2.5](https://github.com/Howard86/next-api-handler/compare/v0.2.4...v0.2.5) (2022-04-13)


### Bug Fixes

* fix showMessage typo ([0747ece](https://github.com/Howard86/next-api-handler/commit/0747ece880b43d802618a7851699787f48725ab4))
* update example dependencies to fix vercel deployment ([45c5123](https://github.com/Howard86/next-api-handler/commit/45c5123dfba2b246e65f5dec25b1791ff4eeec11))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-api-handler",
"version": "0.4.2",
"version": "0.4.3",
"description": "lightweight nextjs api handler wrapper, portable & configurable for serverless environment",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

1 comment on commit 4a7c178

@vercel
Copy link

@vercel vercel bot commented on 4a7c178 Dec 6, 2022

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 – ./

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

Please sign in to comment.