diff options
author | 2022-08-22 12:46:46 -0700 | |
---|---|---|
committer | 2022-08-22 15:46:46 -0400 | |
commit | 457e559cd5e8ac367598bb562a0350bbddb5dac7 (patch) | |
tree | ac864686c96251a97218515eae1866f5d5edb077 /packages/integrations/image/CHANGELOG.md | |
parent | 579e2daf8dd1816737d1bd253bf96c108a014061 (diff) | |
download | astro-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/CHANGELOG.md')
-rw-r--r-- | packages/integrations/image/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 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 |