diff options
author | 2023-01-06 10:00:12 -0800 | |
---|---|---|
committer | 2023-01-06 13:00:12 -0500 | |
commit | ec5a39c299ffc5293a4964198cc3811b210d510a (patch) | |
tree | 383b55ac5672a858b998f642fd427b43dcf7e6d7 /packages/integrations/image | |
parent | 49ab4f231c23b34891c3ee86f4b92bf8d6d267a3 (diff) | |
download | astro-@astrojs/markdown-remark@2.0.0-beta.1.tar.gz astro-@astrojs/markdown-remark@2.0.0-beta.1.tar.zst astro-@astrojs/markdown-remark@2.0.0-beta.1.zip |
[ci] release (beta) (#5742)astro@2.0.0-beta.1@astrojs/tailwind@3.0.0-beta.0@astrojs/netlify@2.0.0-beta.1@astrojs/mdx@0.15.0-beta.1@astrojs/markdown-remark@2.0.0-beta.1@astrojs/image@0.13.0-beta.1@astrojs/deno@4.0.0-beta.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 6539f1587..7fbdcdea7 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/image +## 0.13.0-beta.1 + +### Minor Changes + +- [#5584](https://github.com/withastro/astro/pull/5584) [`9963c6e4d`](https://github.com/withastro/astro/commit/9963c6e4d50c392c3d1ac4492237020f15ccb1de) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Builds chunks into the `assets` folder. This simplifies configuring immutable caching with your adapter provider as all files are now in the same `assets` folder. + ## 0.13.0-beta.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 045ffba45..7ca2f4eb8 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.13.0-beta.0", + "version": "0.13.0-beta.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |