Skip to content

Commit 8c55348

Browse files
committed
v12.0.10
1 parent 89a39b3 commit 8c55348

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [12.0.10] - 2022-03-29
6+
57
- Updates sharp from `v0.30.1` to [`v0.30.3`](https://github.com/lovell/sharp/releases/tag/v0.30.3) ([#115](https://github.com/milliHQ/terraform-aws-next-js-image-optimization/pull/115))
68
- Uses Image Optimizer module of [Next.js 12.0.10](https://github.com/vercel/next.js/releases/tag/v12.0.10) ([#108](https://github.com/milliHQ/terraform-aws-next-js-image-optimization/pull/108))
79

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@millihq/tf-next-image-optimization",
3-
"version": "12.0.9",
3+
"version": "12.0.10",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workspace-root",
3-
"version": "12.0.9",
3+
"version": "12.0.10",
44
"private": true,
55
"license": "Apache-2.0",
66
"workspaces": [

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
variable "next_image_version" {
55
description = "Next.js version from where you want to use the image optimizer from. Supports semver ranges."
66
type = string
7-
default = "12.0.9"
7+
default = "12.0.10"
88
}
99

1010
variable "next_image_base_origin" {

0 commit comments

Comments
 (0)