diff options
author | 2022-12-12 12:07:51 -0800 | |
---|---|---|
committer | 2022-12-12 15:07:51 -0500 | |
commit | 1e6badbfeab567028906e112d18a5eaacd15afee (patch) | |
tree | 162430144a766e082531892028544bc9501750de | |
parent | 4d9ef23b6745b28a92ca985a6a1d86b45c894f3c (diff) | |
download | astro-1e6badbfeab567028906e112d18a5eaacd15afee.tar.gz astro-1e6badbfeab567028906e112d18a5eaacd15afee.tar.zst astro-1e6badbfeab567028906e112d18a5eaacd15afee.zip |
[ci] release (#5589)@astrojs/vercel@2.3.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/modern-camels-appear.md | 5 | ||||
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/modern-camels-appear.md b/.changeset/modern-camels-appear.md deleted file mode 100644 index 89ebaf8e1..000000000 --- a/.changeset/modern-camels-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/vercel': patch ---- - -Support node-fetch and Node 18 fetch diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index d17d66f8a..61e359761 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 2.3.6 + +### Patch Changes + +- [#5587](https://github.com/withastro/astro/pull/5587) [`4d9ef23b6`](https://github.com/withastro/astro/commit/4d9ef23b6745b28a92ca985a6a1d86b45c894f3c) Thanks [@JuanM04](https://github.com/JuanM04)! - Support node-fetch and Node 18 fetch + ## 2.3.5 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 7a2fccf2e..4dca68981 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.5", + "version": "2.3.6", "type": "module", "author": "withastro", "license": "MIT", |