From 2c1038eeec5ca30f99f882d0a3fe4c31fb64e0f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 16:11:35 -0600 Subject: [PATCH] [ci] release (#3356) Co-authored-by: github-actions[bot] --- packages/integrations/vercel/CHANGELOG.md | 6 ++++++ packages/integrations/vercel/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index f3570fdcdb..cf649f18eb 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 dcadf3586b..7421ddadfa 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",