We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b933e07 commit 7a2c72bCopy full SHA for 7a2c72b
CHANGELOG.md
@@ -1,10 +1,15 @@
1
# Changelog
2
3
-## 2.0.1
+## 3.0.0 (Mai 20, 2022)
4
+
5
+- Adds support for `nodejs16.x` Lambda runtime ([#14](https://github.com/milliHQ/sammy/pull/14))
6
+- Changes minimum required Node.js version from `12` to `14`
7
8
+## 2.0.1 (September 09, 2021)
9
10
Republish of `v2.0.0`.
11
-## 2.0.0
12
+## 2.0.0 (September 09, 2021)
13
14
This release is a rewrite of the internal template generator.
15
It is now possible to create Lambdas that are accessible via `aws-sdk`.
package.json
@@ -1,6 +1,6 @@
{
"name": "@millihq/sammy",
- "version": "2.0.1",
+ "version": "3.0.0",
"main": "dist/index.js",
"license": "Apache-2.0",
"repository": {
0 commit comments