Skip to content

Commit 6c910bf

Browse files
Version Packages (#123)
* Version Packages * sp --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Daniel Abdelsamed <[email protected]>
1 parent d1e8271 commit 6c910bf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/warm-horses-push.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @as-integrations/aws-lambda
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#122](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/pull/122) [`d1e8271`](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/commit/d1e827170bd4fa947bbacc5b588c129bbbc9192b) Thanks [@BlenderDude](https://github.com/BlenderDude)! - Fixes missing `decodeURIComponent` during GET request parsing of query string for ALB and V1 event
8+
39
## 3.0.0
410

511
### Major Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@as-integrations/aws-lambda",
33
"description": "An Apollo Server integration for hosting on AWS Lambda",
4-
"version": "3.0.0",
4+
"version": "3.1.0",
55
"author": "Michael Watson & Daniel Abdelsamed",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)