diff --git a/CHANGELOG.md b/CHANGELOG.md index acf8b3fc..feed3add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [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)) + ## [0.13.0] - 2022-05-28 - Adds support for nodejs16.x runtime ([#318](https://github.com/milliHQ/terraform-aws-next-js/pull/318), [#316](https://github.com/milliHQ/terraform-aws-next-js/issues/316), [#315](https://github.com/milliHQ/terraform-aws-next-js/issues/315)) diff --git a/modules/proxy/variables.tf b/modules/proxy/variables.tf index d8a0b959..a93e600a 100644 --- a/modules/proxy/variables.tf +++ b/modules/proxy/variables.tf @@ -4,7 +4,7 @@ variable "proxy_module_version" { type = string - default = "0.13.0" + default = "0.13.1" } variable "lambda_default_runtime" { diff --git a/modules/statics-deploy/variables.tf b/modules/statics-deploy/variables.tf index 7a1b84ed..73fe8c29 100644 --- a/modules/statics-deploy/variables.tf +++ b/modules/statics-deploy/variables.tf @@ -4,7 +4,7 @@ variable "static_files_archive" { variable "deploy_trigger_module_version" { type = string - default = "0.13.0" + default = "0.13.1" } variable "expire_static_assets" {