Skip to content

Commit 0ecd515

Browse files
chore(release): 4.3.0 [skip ci]
# [4.3.0](v4.2.0...v4.3.0) (2021-02-08) ### Features * add backwards compatibility for most of v3 usage ([184f63e](184f63e)) * serverlessExpress({ app }) can now be used as well as serverlessExpress({ app }).handler ([1eb3100](1eb3100))
1 parent 1eb3100 commit 0ecd515

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [4.3.0](https://github.com/vendia/serverless-express/compare/v4.2.0...v4.3.0) (2021-02-08)
2+
3+
4+
### Features
5+
6+
* add backwards compatibility for most of v3 usage ([184f63e](https://github.com/vendia/serverless-express/commit/184f63e4e07f7b669d9b14917413523d5bcd6986))
7+
* serverlessExpress({ app }) can now be used as well as serverlessExpress({ app }).handler ([1eb3100](https://github.com/vendia/serverless-express/commit/1eb310079bbd0b80a457b482f8ce8c399c8f151e))
8+
19
# [4.2.0](https://github.com/vendia/serverless-express/compare/v4.1.3...v4.2.0) (2021-02-08)
210

311

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vendia/serverless-express",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.",
55
"keywords": [
66
"aws",

0 commit comments

Comments
 (0)