diff options
Diffstat (limited to 'packages/integrations/image')
-rw-r--r-- | packages/integrations/image/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/integrations/image/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index f5e5dd575..d39e9a977 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/image +## 0.1.3 + +### Patch Changes + +- [#3957](https://github.com/withastro/astro/pull/3957) [`2a7dd040e`](https://github.com/withastro/astro/commit/2a7dd040e8a65d62fbb3bbd7308f523bd48deda5) Thanks [@tony-sull](https://github.com/tony-sull)! - Improves the `astro dev` experience when using a third-party hosted image service + +* [#3965](https://github.com/withastro/astro/pull/3965) [`299b4afca`](https://github.com/withastro/astro/commit/299b4afcab090bbe014d4eaf2a5ea439e8436bcc) Thanks [@tony-sull](https://github.com/tony-sull)! - Adding a unique hash to remote images built for SSG to ensure unique URLs are always de-duplicated + ## 0.1.2 ### Patch Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index a2b548614..e4d1f26f9 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.2", + "version": "0.1.3", "type": "module", "types": "./dist/types.d.ts", "author": "withastro", |