Skip to content

Commit

Permalink
chore(release): v0.4.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 29, 2022
1 parent ea8b4d0 commit cd190b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 30 deletions.
41 changes: 13 additions & 28 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,42 @@
# Changelog

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.0](https://github.com/Howard86/next-api-handler/compare/v0.3.1...v0.4.0) (2022-11-29)
## [0.4.2](https://github.com/Howard86/next-api-handler/compare/v0.4.0...v0.4.2) (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))

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

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

### 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)
# [0.4.0](https://github.com/Howard86/next-api-handler/compare/v0.3.1...v0.4.0) (2022-11-29)


### 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))
* 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.2.4](https://github.com/Howard86/next-api-handler/compare/v0.2.3...v0.2.4) (2022-02-24)
## [0.3.1](https://github.com/Howard86/next-api-handler/compare/v0.3.0...v0.3.1) (2022-09-08)


### Bug Fixes

* fix typescript issues after depedencies bump ([f0a0c90](https://github.com/Howard86/next-api-handler/commit/f0a0c90c9bd4e8ad6023fe52a24f70a46e36e634))
# [0.3.0](https://github.com/Howard86/next-api-handler/compare/v0.2.5...v0.3.0) (2022-05-14)


### Features

## [0.2.3](https://github.com/Howard86/next-api-handler/compare/v0.2.2...v0.2.3) (2022-02-24)
* 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))


### Bug Fixes

* prevent sending response when header is sent ([e103d88](https://github.com/Howard86/next-api-handler/commit/e103d882dbc8090ac6550f3cc37b9532ccaba904))
## [0.2.5](https://github.com/Howard86/next-api-handler/compare/v0.2.4...v0.2.5) (2022-04-13)


### Bug Fixes

## [0.2.2](https://github.com/Howard86/next-api-handler/compare/v0.2.1...v0.2.2) (2022-01-01)
* 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))


### Bug Fixes

* update example api ([3fa64cb](https://github.com/Howard86/next-api-handler/commit/3fa64cb64fc29d26c9058b499c431810ad45c866))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-api-handler",
"version": "0.4.1",
"version": "0.4.2",
"description": "lightweight nextjs api handler wrapper, portable & configurable for serverless environment",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -117,4 +117,4 @@
"peerDependencies": {
"next": ">=9"
}
}
}

1 comment on commit cd190b7

@vercel
Copy link

@vercel vercel bot commented on cd190b7 Nov 29, 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-howard86.vercel.app
next-api-handler-git-main-howard86.vercel.app
next-api-handler.vercel.app

Please sign in to comment.