Skip to content

Commit 0a58d87

Browse files
Version Packages (#33)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent accacb2 commit 0a58d87

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/polite-goats-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-fishes-act.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @as-integrations/aws-lambda
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#32](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/pull/32) [`accacb2`](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/commit/accacb2fe2ce754ae607ca167365735f3f8a8eda) Thanks [@christiangaetano](https://github.com/christiangaetano)! - Downcase all header keys during normalization
8+
9+
- [#30](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/pull/30) [`39efda1`](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/commit/39efda16058a2664438f8113ebf9a13c5aa9df68) Thanks [@christiangaetano](https://github.com/christiangaetano)! - Correctly recognize gateway v1 events
10+
311
## 1.0.0
412

513
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "1.0.1",
55
"author": "Michael Watson & Daniel Abdelsamed",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)