diff --git a/.changeset/quiet-bananas-obey.md b/.changeset/quiet-bananas-obey.md deleted file mode 100644 index 42ed93312f..0000000000 --- a/.changeset/quiet-bananas-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Bug: Updating the component to default to async image decoding diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 4479c395c5..0a9c16f36f 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.1.1 + +### Patch Changes + +- [#3876](https://github.com/withastro/astro/pull/3876) [`f9614128`](https://github.com/withastro/astro/commit/f9614128622583cba6f65cb4202d56a71b4269a3) Thanks [@tony-sull](https://github.com/tony-sull)! - Bug: Updating the component to default to async image decoding + ## 0.1.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 17a20afa4e..8c79de9272 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.1.0", + "version": "0.1.1", "type": "module", "types": "./dist/types.d.ts", "author": "withastro",