Skip to content

Commit

Permalink
Merge commit 'a0176e08f0560d6c3fa0a1f93e21370c1135d981' into release-…
Browse files Browse the repository at this point in the history
…v0.x
  • Loading branch information
github-actions[bot] committed May 31, 2022
2 parents 7f76242 + a0176e0 commit 55048ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.13.2] - 2022-05-31

- Fixes a regression from the `0.13.1` release, where the `@vercel/nft` was not available ([#322](https://github.com/milliHQ/terraform-aws-next-js/pull/322))

## [0.13.1] - 2022-05-30

- Update `@vercel/nft` from 0.10.0 to 0.19.1 ([#320](https://github.com/milliHQ/terraform-aws-next-js/pull/320))
Expand Down
2 changes: 1 addition & 1 deletion modules/proxy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

variable "proxy_module_version" {
type = string
default = "0.13.1"
default = "0.13.2"
}

variable "lambda_default_runtime" {
Expand Down
2 changes: 1 addition & 1 deletion modules/statics-deploy/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "static_files_archive" {

variable "deploy_trigger_module_version" {
type = string
default = "0.13.1"
default = "0.13.2"
}

variable "expire_static_assets" {
Expand Down

0 comments on commit 55048ea

Please sign in to comment.