Skip to content

Commit cad7f25

Browse files
chore(release): 4.1.3 [skip ci]
## [4.1.3](v4.1.2...v4.1.3) (2021-02-04) ### Bug Fixes * add query strings to lambda@edge ([b15a72c](b15a72c))
1 parent b15a72c commit cad7f25

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.3](https://github.com/vendia/serverless-express/compare/v4.1.2...v4.1.3) (2021-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* add query strings to lambda@edge ([b15a72c](https://github.com/vendia/serverless-express/commit/b15a72cbe31ee6799724837c182946c2f8937564))
7+
18
## [4.1.2](https://github.com/vendia/serverless-express/compare/v4.1.1...v4.1.2) (2021-02-02)
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.2",
3+
"version": "4.1.3",
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",
@@ -108,4 +108,4 @@
108108
"path": "cz-conventional-changelog"
109109
}
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)