diff options
author | 2022-07-18 21:54:25 -0700 | |
---|---|---|
committer | 2022-07-18 21:54:25 -0700 | |
commit | 37534004f0ca6942cf98ce792751c4b3961fc822 (patch) | |
tree | 67639065301447e9f6852f29b109333f45d8c4b3 /packages/integrations/image | |
parent | 167ed5486a47c207d1b3e5d6040f3bfbf8804f79 (diff) | |
download | astro-37534004f0ca6942cf98ce792751c4b3961fc822.tar.gz astro-37534004f0ca6942cf98ce792751c4b3961fc822.tar.zst astro-37534004f0ca6942cf98ce792751c4b3961fc822.zip |
[ci] release (#3939)create-astro@0.14.1astro@1.0.0-beta.73@astrojs/vue@0.4.1@astrojs/telemetry@0.4.1@astrojs/svelte@0.4.1@astrojs/solid-js@0.4.1@astrojs/rss@0.2.2@astrojs/react@0.4.2@astrojs/prism@0.6.1@astrojs/preact@0.5.2@astrojs/mdx@0.2.1@astrojs/markdown-remark@0.12.0@astrojs/image@0.1.3v1-beta
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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", |