Skip to content

Commit ccb29a3

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-09-02) ### Features * initial version ([419fa22](419fa22))
1 parent 419fa22 commit ccb29a3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-function-version",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "Serverless plugin for obtaining the version of a Lambda function",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)