Skip to content

Commit a99cd7d

Browse files
committed
chore(release): 1.1.0
1 parent f328590 commit a99cd7d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
# [1.1.0](https://github.com/autero1/action-terragrunt/compare/v1.0.1...v1.1.0) (2021-04-04)
6+
7+
8+
### feat
9+
10+
* add ability to get latest Terragrunt version (#11) ([989a3e6](https://github.com/autero1/action-terragrunt/commit/989a3e649c2b234217eb6576af09a39916d94fbf)), closes [#11](https://github.com/autero1/action-terragrunt/issues/11)
11+
12+
13+
514
## [1.0.1](https://github.com/autero1/action-terragrunt/compare/v1.0.0...v1.0.1) (2021-02-09)
615

716
- Update packages to latest versions

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-terragrunt",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "GitHub action for setting up Terragrunt",
55
"author": "Petri Autero",
66
"license": "MIT",

0 commit comments

Comments
 (0)