summaryrefslogtreecommitdiff
path: root/packages/integrations/vercel
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-01-02 07:26:33 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-02 10:26:33 -0500
commitd85433057189ed6dc599be007125c225face763e (patch)
tree9985998d2ae207a4748fc29e701ec9e457da6144 /packages/integrations/vercel
parentec71f03cfd9b8195fb21c92dfda0eff63b6ebeed (diff)
downloadastro-d85433057189ed6dc599be007125c225face763e.tar.gz
astro-d85433057189ed6dc599be007125c225face763e.tar.zst
astro-d85433057189ed6dc599be007125c225face763e.zip
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.md6
-rw-r--r--packages/integrations/vercel/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index d2aec2e35..ab0008526 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 6.1.2
+
+### Patch Changes
+
+- [#9550](https://github.com/withastro/astro/pull/9550) [`7b586a6e23e25653814db9adea9674ec3a9bd535`](https://github.com/withastro/astro/commit/7b586a6e23e25653814db9adea9674ec3a9bd535) Thanks [@lilnasy](https://github.com/lilnasy)! - Fixes an issue where a build could not complete on Node 21.
+
## 6.1.1
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index bf779881c..3c48a6039 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": "6.1.1",
+ "version": "6.1.2",
"type": "module",
"author": "withastro",
"license": "MIT",