We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b3f13 commit be21c4eCopy full SHA for be21c4e
CHANGELOG.md
@@ -1,6 +1,15 @@
1
# Changelog
2
## Unreleased
3
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
13
## 0.3.10 - 2022-05-11
14
15
## What's Changed
src/Runtime.php
@@ -4,6 +4,7 @@
abstract class Runtime
{
+ public const NODEJS_16 = 'nodejs16.x';
public const NODEJS_14 = 'nodejs14.x';
public const NODEJS_12 = 'nodejs12.x';
public const NODEJS_10 = 'nodejs10.x';
0 commit comments