diff options
author | 2022-11-16 07:07:56 -0800 | |
---|---|---|
committer | 2022-11-16 10:07:56 -0500 | |
commit | 49c1a5d439b723f1e72e9766d61be42a26379e3a (patch) | |
tree | a1ecbd9279731b5a1d2df8bc615266b00c18a7b0 /packages/integrations/vercel | |
parent | 991d62983241ae4f0b04c743bf228fba8525c319 (diff) | |
download | astro-84ea2767a9189d269df669ba1fde73b88020313c.tar.gz astro-84ea2767a9189d269df669ba1fde73b88020313c.tar.zst astro-84ea2767a9189d269df669ba1fde73b88020313c.zip |
[ci] release (#5399)create-astro@1.2.3astro@1.6.9@astrojs/vercel@2.3.4@astrojs/image@0.11.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vercel')
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 45fbfd89f..8786e110f 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 2.3.4 + +### Patch Changes + +- [#5361](https://github.com/withastro/astro/pull/5361) [`ee750087c`](https://github.com/withastro/astro/commit/ee750087ce360c54d349f160d84bbdafb0ec83b4) Thanks [@matthewp](https://github.com/matthewp)! - Allows @astrojs/image to be used in Vercel SSR + ## 2.3.3 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 1d30fb5e7..7827f2dca 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "2.3.3", + "version": "2.3.4", "type": "module", "author": "withastro", "license": "MIT", |