We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419fa22 commit ccb29a3Copy full SHA for ccb29a3
2 files changed
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# 1.0.0 (2020-09-02)
2
+
3
4
+### Features
5
6
+* initial version ([419fa22](https://github.com/digio/serverless-function-version/commit/419fa22c86513630e9b197205219448cb1bec856))
package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-function-version",
- "version": "0.0.0-development",
+ "version": "1.0.0",
"description": "Serverless plugin for obtaining the version of a Lambda function",
"main": "src/index.js",
"repository": {
0 commit comments