summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-05-12 16:11:35 -0600
committerGravatar GitHub <noreply@github.com> 2022-05-12 16:11:35 -0600
commit2e414c3e70c6a8f57ad0e94c42028e27fd0023a2 (patch)
tree2ae138baf995f5aac7b955b3b1751b792e3d618d
parent945f5c68e892f6f17e59e41d0dfa2a7841f96bbf (diff)
downloadastro-2e414c3e70c6a8f57ad0e94c42028e27fd0023a2.tar.gz
astro-2e414c3e70c6a8f57ad0e94c42028e27fd0023a2.tar.zst
astro-2e414c3e70c6a8f57ad0e94c42028e27fd0023a2.zip
[ci] release (#3356)@astrojs/vercel@0.2.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/fast-dancers-watch.md5
-rw-r--r--packages/integrations/vercel/CHANGELOG.md6
-rw-r--r--packages/integrations/vercel/package.json2
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/fast-dancers-watch.md b/.changeset/fast-dancers-watch.md
deleted file mode 100644
index 64dcd8a88..000000000
--- a/.changeset/fast-dancers-watch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vercel': patch
----
-
-Added typescript definitions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index f3570fdcd..cf649f18e 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 0.2.1
+
+### Patch Changes
+
+- [#3355](https://github.com/withastro/astro/pull/3355) [`945f5c68`](https://github.com/withastro/astro/commit/945f5c68e892f6f17e59e41d0dfa2a7841f96bbf) Thanks [@JuanM04](https://github.com/JuanM04)! - Added typescript definitions
+
## 0.2.0
### Minor Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index dcadf3586..7421ddadf 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.0",
+ "version": "0.2.1",
"type": "module",
"author": "withastro",
"license": "MIT",