Skip to content

Commit fb3a934

Browse files
chore(release): 4.6.0 [skip ci]
# [4.6.0](v4.5.4...v4.6.0) (2022-04-19) ### Bug Fixes * fix minimist security issue ([9be1f96](9be1f96)) * npm audit fix ([0495697](0495697)) ### Features * add Eventbridge events ([#477](#477)) ([a25cbad](a25cbad))
1 parent 9be1f96 commit fb3a934

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.6.0](https://github.com/vendia/serverless-express/compare/v4.5.4...v4.6.0) (2022-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* fix minimist security issue ([9be1f96](https://github.com/vendia/serverless-express/commit/9be1f96bc589e82d690dd7b0a5e15eba5929bf9c))
7+
* npm audit fix ([0495697](https://github.com/vendia/serverless-express/commit/049569796d84019ca582cd5a200a3ad0bcb29a11))
8+
9+
10+
### Features
11+
12+
* add Eventbridge events ([#477](https://github.com/vendia/serverless-express/issues/477)) ([a25cbad](https://github.com/vendia/serverless-express/commit/a25cbad4d81bbafafb00366d8554b8e2312ad78c))
13+
114
## [4.5.4](https://github.com/vendia/serverless-express/compare/v4.5.3...v4.5.4) (2022-02-24)
215

316

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vendia/serverless-express",
3-
"version": "4.5.4",
3+
"version": "4.6.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",
@@ -116,4 +116,4 @@
116116
"resolutions": {
117117
"minimist": "1.2.6"
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)