Skip to content

Commit 5216d78

Browse files
chore(release): 4.1.1 [skip ci]
## [4.1.1](v4.1.0...v4.1.1) (2021-02-02) ### Bug Fixes * only show debug logs in 'development' ([b0c4814](b0c4814))
1 parent b0c4814 commit 5216d78

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.1](https://github.com/vendia/serverless-express/compare/v4.1.0...v4.1.1) (2021-02-02)
2+
3+
4+
### Bug Fixes
5+
6+
* only show debug logs in 'development' ([b0c4814](https://github.com/vendia/serverless-express/commit/b0c4814482ac4ed4f4e201237c0fabd8b5852d46))
7+
18
# [4.1.0](https://github.com/vendia/serverless-express/compare/v4.0.0...v4.1.0) (2021-02-01)
29

310

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: 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.1.0",
3+
"version": "4.1.1",
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",
@@ -105,4 +105,4 @@
105105
"path": "cz-conventional-changelog"
106106
}
107107
}
108-
}
108+
}

0 commit comments

Comments
 (0)