Skip to content

Commit

Permalink
Merge commit '4716e6c1ef1730e99b256852d89ae438210d8cfd' into release-…
Browse files Browse the repository at this point in the history
…v0.x
  • Loading branch information
github-actions[bot] committed May 30, 2022
2 parents 33ae64c + 4716e6c commit 7f76242
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.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))
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.0"
default = "0.13.1"
}

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.0"
default = "0.13.1"
}

variable "expire_static_assets" {
Expand Down

0 comments on commit 7f76242

Please sign in to comment.