Skip to content

Commit

Permalink
chore(release): 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard86 committed Mar 15, 2023
1 parent f777352 commit 10fa865
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
28 changes: 11 additions & 17 deletions packages/next-api-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,39 @@

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.6](https://github.com/Howard86/next-api-handler/compare/v0.4.5...v0.4.6) (2023-03-15)

### Bug Fixes

- update tsup config for multiple entry ([31fba7d](https://github.com/Howard86/next-api-handler/commit/31fba7dd4de58beac93177e7dcc3e9193592062e))

### [0.4.5](https://github.com/Howard86/next-api-handler/compare/v0.4.4...v0.4.5) (2023-03-04)

### [0.4.4](https://github.com/Howard86/next-api-handler/compare/v0.4.3...v0.4.4) (2023-03-04)

## [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))


- 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)


### Bug Fixes

* fix incorrect nextjs peer deps version ([2d4d9a1](https://github.com/Howard86/next-api-handler/commit/2d4d9a184a4ad9b2410f08057c4ddb62449efe70))


- fix incorrect nextjs peer deps version ([2d4d9a1](https://github.com/Howard86/next-api-handler/commit/2d4d9a184a4ad9b2410f08057c4ddb62449efe70))

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


### Bug Fixes

* fix incorrect logger setup when introducing environmental variables ([ed9068f](https://github.com/Howard86/next-api-handler/commit/ed9068fed5cefb17388afff2ff1529c7481b7bc2))
* **logger:** add api-logger with new router options ([d237e3c](https://github.com/Howard86/next-api-handler/commit/d237e3ce942487ecb0039379daadb407b726824b))


- fix incorrect logger setup when introducing environmental variables ([ed9068f](https://github.com/Howard86/next-api-handler/commit/ed9068fed5cefb17388afff2ff1529c7481b7bc2))
- **logger:** add api-logger with new router options ([d237e3c](https://github.com/Howard86/next-api-handler/commit/d237e3ce942487ecb0039379daadb407b726824b))

## [0.3.1](https://github.com/Howard86/next-api-handler/compare/v0.3.0...v0.3.1) (2022-09-08)



# [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))
- 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))
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.6-alpha.3",
"version": "0.4.6",
"description": "lightweight nextjs api handler wrapper, portable & configurable for serverless environment",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

1 comment on commit 10fa865

@vercel
Copy link

@vercel vercel bot commented on 10fa865 Mar 15, 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 – ./

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

Please sign in to comment.