diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..62eacb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# 0.1.0 (2020-02-16) diff --git a/package-lock.json b/package-lock.json index 5e27120..70afbd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-terragrunt", - "version": "0.0.0", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44aa4de..9006eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-terragrunt", - "version": "0.0.0", + "version": "0.1.0", "description": "GitHub action for setting up Terragrunt", "author": "Petri Autero", "license": "MIT",