summaryrefslogtreecommitdiff
path: root/packages/integrations/vercel
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-05-17 11:50:18 -0400
committerGravatar GitHub <noreply@github.com> 2022-05-17 11:50:18 -0400
commitf54072bd3f74eaf97783a90c18f7c0e0bbe46c04 (patch)
treebc6d266a31b66334025cd652cb3fc6dd96709221 /packages/integrations/vercel
parent42251f3eb48e82f0ea8dd2291df391de77a581e8 (diff)
downloadastro-f54072bd3f74eaf97783a90c18f7c0e0bbe46c04.tar.gz
astro-f54072bd3f74eaf97783a90c18f7c0e0bbe46c04.tar.zst
astro-f54072bd3f74eaf97783a90c18f7c0e0bbe46c04.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 cf649f18e..e60d6449d 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 0.2.2
+
+### Patch Changes
+
+- [#3368](https://github.com/withastro/astro/pull/3368) [`9d01f93b`](https://github.com/withastro/astro/commit/9d01f93b1c7db5d4afc4041e6ee73fb52f24d2d1) Thanks [@JuanM04](https://github.com/JuanM04)! - Remove `nodeVersion` option for `serverless` target. Now it is inferred from Vercel
+
## 0.2.1
### Patch Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 7421ddadf..25abeede4 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": "0.2.1",
+ "version": "0.2.2",
"type": "module",
"author": "withastro",
"license": "MIT",