You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## 10.0.9 (April 27, 2021)
4
+
5
+
- Uses Image Optimizer module of [Next.js 10.0.9](https://github.com/vercel/next.js/releases/tag/v10.0.9) ([#22](https://github.com/dealmore/terraform-aws-next-js-image-optimization/pull/22))
6
+
3
7
## 10.0.8 (April 26, 2021)
4
8
5
9
- Makes the module compatible with Terraform `0.15` ([#26](https://github.com/dealmore/terraform-aws-next-js-image-optimization/issues/26), [#29](https://github.com/dealmore/terraform-aws-next-js-image-optimization/pull/29))
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ module.exports = {
130
130
| next\_image\_device\_sizes | Allowed device sizes that should be used for image optimization. |`list(number)`|`null`| no |
131
131
| next\_image\_domains | Allowed origin domains that can be used for fetching images. |`list(string)`|`[]`| no |
132
132
| next\_image\_image\_sizes | Allowed image sizes that should be used for image optimization. |`list(number)`|`null`| no |
133
-
| next\_image\_version | Next.js version from where you want to use the image optimizer from. Supports semver ranges. |`string`|`"10.0.8"`| no |
133
+
| next\_image\_version | Next.js version from where you want to use the image optimizer from. Supports semver ranges. |`string`|`"10.0.9"`| no |
134
134
| source\_bucket\_id | When your static files are deployed to a Bucket (e.g. with Terraform Next.js) the optimizer can pull the source from the bucket rather than over the internet. |`string`|`null`| no |
135
135
| tags | Tag metadata to label AWS resources that support tags. |`map(string)`|`{}`| no |
0 commit comments