Skip to content

Commit a84a6f9

Browse files
committed
1.0.0
1 parent 9240aa1 commit a84a6f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v1.0.0](https://github.com/little-core-labs/install-terraform/compare/v0.0.9...v1.0.0) - 2020-02-28
11+
12+
### Commits
13+
14+
- chore: improve build scripts [`9240aa1`](https://github.com/little-core-labs/install-terraform/commit/9240aa1baf032035420f2b050a23f91441ca8c71)
15+
16+
## [v0.0.9](https://github.com/little-core-labs/install-terraform/compare/v0.0.8...v0.0.9) - 2020-02-28
17+
1018
## [v0.0.8](https://github.com/little-core-labs/install-terraform/compare/v0.0.7...v0.0.8) - 2020-02-28
1119

1220
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "install-terraform",
3-
"version": "0.0.9",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Install Terraform at any version to a Github Action Job environment",
66
"main": "index.js",

0 commit comments

Comments
 (0)