diff --git a/.changeset/grumpy-monkeys-watch.md b/.changeset/grumpy-monkeys-watch.md deleted file mode 100644 index 5eb33f6ce..000000000 --- a/.changeset/grumpy-monkeys-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Prevent background flattening on formats supporting transparency diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index 8bdb6ee6e..25972c5f8 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.7.1 + +### Patch Changes + +- [#4800](https://github.com/withastro/astro/pull/4800) [`ea37de86e`](https://github.com/withastro/astro/commit/ea37de86e4b0f1e1e371fabf37495321c71bd24d) Thanks [@obennaci](https://github.com/obennaci)! - Prevent background flattening on formats supporting transparency + ## 0.7.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index e21927a45..a41e4732c 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.7.0", + "version": "0.7.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",