diff --git a/.changeset/clever-lies-reflect.md b/.changeset/clever-lies-reflect.md deleted file mode 100644 index 7a83e4b80..000000000 --- a/.changeset/clever-lies-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/image': patch ---- - -Moves http-cache-semantics from dev dependency to dependency diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index d6608e42c..f4456ab15 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.9.1 + +### Patch Changes + +- [#4944](https://github.com/withastro/astro/pull/4944) [`a8f1a91e7`](https://github.com/withastro/astro/commit/a8f1a91e7e0605d847ddcdf4d7824d1b1fe9b838) Thanks [@scottaw66](https://github.com/scottaw66)! - Moves http-cache-semantics from dev dependency to dependency + ## 0.9.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index c77ea1c57..741085891 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.0", + "version": "0.9.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",