Skip to content

Commit be21c4e

Browse files
committed
Add Node 16 runtime
1 parent 57b3f13 commit be21c4e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
## Unreleased
33

4+
## 0.3.11 - 2022-05-12
5+
6+
## What's Changed
7+
8+
### Added
9+
10+
- Add [Node 16 runtime](https://aws.amazon.com/blogs/compute/node-js-16-x-runtime-now-available-in-aws-lambda/) const
11+
12+
413
## 0.3.10 - 2022-05-11
514

615
## What's Changed

src/Runtime.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
abstract class Runtime
66
{
7+
public const NODEJS_16 = 'nodejs16.x';
78
public const NODEJS_14 = 'nodejs14.x';
89
public const NODEJS_12 = 'nodejs12.x';
910
public const NODEJS_10 = 'nodejs10.x';

0 commit comments

Comments
 (0)