Skip to content

Commit

Permalink
chore(release): v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Apr 13, 2022
1 parent 7e6355c commit 05e7d27
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
24 changes: 10 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [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))



## [0.2.4](https://github.com/Howard86/next-api-handler/compare/v0.2.3...v0.2.4) (2022-02-24)


Expand Down Expand Up @@ -34,17 +44,3 @@



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


### Bug Fixes

* example/package.json & example/yarn.lock to reduce vulnerabilities ([50ea312](https://github.com/Howard86/next-api-handler/commit/50ea31207f997efbba2084d614b3377116978763))


### Performance Improvements

* **ci:** update e2e script ([7cf4c06](https://github.com/Howard86/next-api-handler/commit/7cf4c0660e2b90d94bd1303eb7e1eaf197389a0d))



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.4",
"version": "0.2.5",
"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 05e7d27

@vercel
Copy link

@vercel vercel bot commented on 05e7d27 Apr 13, 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.