Skip to content

Commit 99b06f7

Browse files
committed
0.0.5
1 parent b0e9e45 commit 99b06f7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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+
## [v0.0.5](https://github.com/little-core-labs/install-terraform/compare/v0.0.4...v0.0.5) - 2020-02-28
11+
12+
### Merged
13+
14+
- Switch to NCC instead of checked in node_modules [`#1`](https://github.com/little-core-labs/install-terraform/pull/1)
15+
16+
### Commits
17+
18+
- chore: run build [`ee11178`](https://github.com/little-core-labs/install-terraform/commit/ee11178c101de1c4fd313dc835d74e3fd53047fa)
19+
- feat: switch to @zeit/ncc instead of node_module bundling [`f5b0b07`](https://github.com/little-core-labs/install-terraform/commit/f5b0b0753ff3ffb3159b7519299099c689a31770)
20+
- chore: fix linting [`374f036`](https://github.com/little-core-labs/install-terraform/commit/374f0366ef3a17292ac81f7fae1dbcd61497e78c)
21+
1022
## [v0.0.4](https://github.com/little-core-labs/install-terraform/compare/v0.0.3...v0.0.4) - 2020-02-28
1123

1224
### 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.4",
3+
"version": "0.0.5",
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)