summaryrefslogtreecommitdiff
path: root/packages/integrations/image
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-08-22 12:46:46 -0700
committerGravatar GitHub <noreply@github.com> 2022-08-22 15:46:46 -0400
commit457e559cd5e8ac367598bb562a0350bbddb5dac7 (patch)
treeac864686c96251a97218515eae1866f5d5edb077 /packages/integrations/image
parent579e2daf8dd1816737d1bd253bf96c108a014061 (diff)
downloadastro-457e559cd5e8ac367598bb562a0350bbddb5dac7.tar.gz
astro-457e559cd5e8ac367598bb562a0350bbddb5dac7.tar.zst
astro-457e559cd5e8ac367598bb562a0350bbddb5dac7.zip
[ci] release (#4363)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/image')
-rw-r--r--packages/integrations/image/CHANGELOG.md6
-rw-r--r--packages/integrations/image/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index cad8e2249..274845a5b 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/image
+## 0.3.5
+
+### Patch Changes
+
+- [#4342](https://github.com/withastro/astro/pull/4342) [`c4af8723b`](https://github.com/withastro/astro/commit/c4af8723bd232d78d24dbd58feaef87dbaec07c7) Thanks [@tony-sull](https://github.com/tony-sull)! - The integration now includes a logger to better track progress in SSG builds. Use the new `logLevel: "debug"` integration option to see detailed logs of every image transformation built in your project.
+
## 0.3.4
### Patch Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index be0f1c2c3..6d9b35c4a 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
- "version": "0.3.4",
+ "version": "0.3.5",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",