Skip to content

Commit 55048ea

Browse files
Merge commit 'a0176e08f0560d6c3fa0a1f93e21370c1135d981' into release-v0.x
2 parents 7f76242 + a0176e0 commit 55048ea

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.2] - 2022-05-31
6+
7+
- 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))
8+
59
## [0.13.1] - 2022-05-30
610

711
- Update `@vercel/nft` from 0.10.0 to 0.19.1 ([#320](https://github.com/milliHQ/terraform-aws-next-js/pull/320))

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.1"
7+
default = "0.13.2"
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.1"
7+
default = "0.13.2"
88
}
99

1010
variable "expire_static_assets" {

0 commit comments

Comments
 (0)