Skip to content

Commit 0b9aacb

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

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/beige-ducks-happen.md

-5
This file was deleted.

.changeset/twenty-owls-march.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.2.0
4+
5+
### Minor Changes
6+
7+
- [#66](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/pull/66) [`cea20ff`](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/commit/cea20ff2cb812b7a1f87e862b20fa428eef4e28d) Thanks [@BlenderDude](https://github.com/BlenderDude)! - Added support for base64 encoding
8+
9+
### Patch Changes
10+
11+
- [#57](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/pull/57) [`6da4f62`](https://github.com/apollo-server-integrations/apollo-server-integration-aws-lambda/commit/6da4f62d19511b9d904679799465570bbcc65437) Thanks [@renovate](https://github.com/apps/renovate)! - Fixed content-type parsing to ignore charset definition
12+
313
## 1.1.0
414

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

0 commit comments

Comments
 (0)