diff options
| author | 2022-11-03 06:38:29 -0700 | |
|---|---|---|
| committer | 2022-11-03 09:38:29 -0400 | |
| commit | 89f335b5399bf9511baa08841086c7afb05d8208 (patch) | |
| tree | cb8bc1a19ea808e8159f31e06394384e11f16c66 /packages/integrations/image | |
| parent | 64d0dc56bb5edce9f421d121133dedfe32841102 (diff) | |
| download | astro-@astrojs/prefetch@0.1.1.tar.gz astro-@astrojs/prefetch@0.1.1.tar.zst astro-@astrojs/prefetch@0.1.1.zip | |
[ci] release (#5262)astro@1.6.3@astrojs/tailwind@2.1.2@astrojs/prism@1.0.2@astrojs/prefetch@0.1.1@astrojs/markdown-component@1.0.2@astrojs/image@0.11.1
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 | 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 3c6632685..210c0c8c2 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.11.1 + +### Patch Changes + +- [#5260](https://github.com/withastro/astro/pull/5260) [`37d664e26`](https://github.com/withastro/astro/commit/37d664e26262f8e1026a31dcd4fcb251097dd90c) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixes a bug where the `web-streams-polyfill` dependency would not be installed with the `--production` flag + ## 0.11.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index dcd2120ab..93451977f 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.11.0", + "version": "0.11.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |
