Skip to content

Commit

Permalink
chore(release): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed May 14, 2022
1 parent 9b82ddb commit 778eca8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.3.0](https://github.com/Howard86/next-api-handler/compare/v0.2.5...v0.3.0) (2022-05-14)


### Features

* accept method specific middleware, resolve [#32](https://github.com/Howard86/next-api-handler/issues/32) ([915921c](https://github.com/Howard86/next-api-handler/commit/915921c734c53a5ddce4251680c8f816f693c122))



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


Expand Down Expand Up @@ -35,12 +44,3 @@



## [0.2.1](https://github.com/Howard86/next-api-handler/compare/v0.2.0...v0.2.1) (2022-01-01)


### Bug Fixes

* **type:** remove nextjs type redeclaration with NextApiRequestWithMiddleware ([f4f922a](https://github.com/Howard86/next-api-handler/commit/f4f922abace90f986d817d24be38e358c61b4cfe))



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.2.5",
"version": "0.3.0",
"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 778eca8

@vercel
Copy link

@vercel vercel bot commented on 778eca8 May 14, 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-git-main-howard86.vercel.app
next-api-handler-howard86.vercel.app
next-api-handler.vercel.app

Please sign in to comment.