diff options
author | 2022-10-06 10:47:10 -0700 | |
---|---|---|
committer | 2022-10-06 13:47:10 -0400 | |
commit | 778b9155258a508f1273a85748f1fac86f266cb7 (patch) | |
tree | accc271cc076695a59728628dd3a92076e38faf7 /packages/integrations/image | |
parent | e71fc8b5fcefdddbffeaf8b5d383ef067116b29c (diff) | |
download | astro-@astrojs/cloudflare@3.0.0.tar.gz astro-@astrojs/cloudflare@3.0.0.tar.zst astro-@astrojs/cloudflare@3.0.0.zip |
[ci] release (#4976)astro@1.4.5@astrojs/solid-js@1.1.1@astrojs/partytown@1.0.1@astrojs/image@0.9.2@astrojs/cloudflare@3.0.0
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.md | 6 | ||||
-rw-r--r-- | packages/integrations/image/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index f4456ab15..f4ca4fedb 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.9.2 + +### Patch Changes + +- [#4997](https://github.com/withastro/astro/pull/4997) [`a2b66c754`](https://github.com/withastro/astro/commit/a2b66c754969af4ce98bb10654286a4445cb0999) Thanks [@panwauu](https://github.com/panwauu)! - Fixes a bug that lost query parameters for remote images in the `<Picture />` component + ## 0.9.1 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 741085891..533dadc83 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.9.1", + "version": "0.9.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |