Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofhouse committed Aug 30, 2021
1 parent d51ddde commit 52230c4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.2.0 (August 30, 2021)

The GitHub organization for this module has changed, so the module source should be updated:

```diff
module "npm_download" {
- source = "dealmore/download/npm"
+ source = "milliHQ/download/npm"
...
}
```

- Organization name changed from `dealmore` to `milliHQ`

## 1.1.0 (August 27, 2021)

- Adds `local_cwd` variable ([#1](https://github.com/milliHQ/terraform-npm-download/pull/1), [#2](https://github.com/milliHQ/terraform-npm-download/pull/2))
Expand Down

0 comments on commit 52230c4

Please sign in to comment.