Skip to content

Commit 7f76242

Browse files
Merge commit '4716e6c1ef1730e99b256852d89ae438210d8cfd' into release-v0.x
2 parents 33ae64c + 4716e6c commit 7f76242

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [0.13.1] - 2022-05-30
6+
7+
- Update `@vercel/nft` from 0.10.0 to 0.19.1 ([#320](https://github.com/milliHQ/terraform-aws-next-js/pull/320))
8+
59
## [0.13.0] - 2022-05-28
610

711
- 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))

modules/proxy/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
variable "proxy_module_version" {
66
type = string
7-
default = "0.13.0"
7+
default = "0.13.1"
88
}
99

1010
variable "lambda_default_runtime" {

modules/statics-deploy/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable "static_files_archive" {
44

55
variable "deploy_trigger_module_version" {
66
type = string
7-
default = "0.13.0"
7+
default = "0.13.1"
88
}
99

1010
variable "expire_static_assets" {

0 commit comments

Comments
 (0)