diff options
author | 2022-09-29 08:20:00 -0700 | |
---|---|---|
committer | 2022-09-29 11:20:00 -0400 | |
commit | d08093f7d4f9762c0edc71e14c796d7ea8038cda (patch) | |
tree | fae95330db4aeaf16841e16bd24c24e61c11c107 /packages/integrations/image/CHANGELOG.md | |
parent | 10317c65feefd34a2b4b6142a4bdd1f1cc19f58e (diff) | |
download | astro-d08093f7d4f9762c0edc71e14c796d7ea8038cda.tar.gz astro-d08093f7d4f9762c0edc71e14c796d7ea8038cda.tar.zst astro-d08093f7d4f9762c0edc71e14c796d7ea8038cda.zip |
[ci] release (#4903)astro@1.4.0@astrojs/vue@1.1.0@astrojs/vercel@2.1.0@astrojs/telemetry@1.0.1@astrojs/tailwind@2.0.2@astrojs/svelte@1.0.1@astrojs/rss@1.0.2@astrojs/preact@1.1.1@astrojs/node@1.1.0@astrojs/netlify@1.1.0@astrojs/mdx@0.11.3@astrojs/markdown-remark@1.1.3@astrojs/image@0.8.1@astrojs/deno@1.1.0@astrojs/cloudflare@2.1.0
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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index fd79d8690..7a8bcc07b 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/image +## 0.8.1 + +### Patch Changes + +- [#4906](https://github.com/withastro/astro/pull/4906) [`ec55745ae`](https://github.com/withastro/astro/commit/ec55745ae5454207fa0405170588d898b49b9a48) Thanks [@tony-sull](https://github.com/tony-sull)! - Updates the default image service to use format-specific quality defaults + +- [#4842](https://github.com/withastro/astro/pull/4842) [`812658ad2`](https://github.com/withastro/astro/commit/812658ad2ab3732a99e35c4fd903e302e723db46) Thanks [@bluwy](https://github.com/bluwy)! - Specify sharp as optional peer dependency + +- [#4842](https://github.com/withastro/astro/pull/4842) [`812658ad2`](https://github.com/withastro/astro/commit/812658ad2ab3732a99e35c4fd903e302e723db46) Thanks [@bluwy](https://github.com/bluwy)! - Add missing dependencies, support strict dependency installation (e.g. pnpm) + ## 0.8.0 ### Minor Changes |