Skip to content

Commit 056494e

Browse files
Merge pull request #36 from apollo-server-integrations/changeset-release/main
Version Packages
2 parents 6ffcbaa + 8a7387b commit 056494e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/blue-baboons-attend.md

-5
This file was deleted.

.changeset/green-zoos-agree.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#40](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/pull/40) [`74666b4`](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/commit/74666b46be3ba8a3d83b16eb180844405aedf372) Thanks [@BlenderDude](https://github.com/BlenderDude)! - ALB Event type integration
8+
9+
### Patch Changes
10+
11+
- [#35](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/pull/35) [`636326b`](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/commit/636326b80a6c92903f460b52e7fb25f00e6b28bd) Thanks [@BlenderDude](https://github.com/BlenderDude)! - Updated headers to HeaderMap implementation for case normalization
12+
313
## 1.0.1
414

515
### Patch 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": "1.0.1",
4+
"version": "1.1.0",
55
"author": "Michael Watson & Daniel Abdelsamed",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)