diff options
Diffstat (limited to 'packages/integrations')
-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 41ce91ed0..8bdb6ee6e 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.7.0 + +### Minor Changes + +- [#4438](https://github.com/withastro/astro/pull/4438) [`1e5d8ba9a`](https://github.com/withastro/astro/commit/1e5d8ba9af4eb017382263653216e5247d96ab79) Thanks [@obennaci](https://github.com/obennaci)! - Support additional Sharp resize options + ## 0.6.1 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index bb6f55208..e21927a45 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.6.1", + "version": "0.7.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |