From 2b3179b7ebb2d6a62cab5cfa2a9e7e14d9c847e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 09:05:36 +0000 Subject: [PATCH] [ci] release (#529) 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 a2a2375426..f60e0ff75a 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 8.0.6 + +### Patch Changes + +- [#528](https://github.com/withastro/adapters/pull/528) [`5c2ea1f`](https://github.com/withastro/adapters/commit/5c2ea1f3972934a8de03ddffaaf01f15f58968f3) Thanks [@ascorbic](https://github.com/ascorbic)! - Pins `@vercel/routing-utils` to avoid broken version + ## 8.0.5 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index f32d0b4c70..b4b03acf05 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": "8.0.5", + "version": "8.0.6", "type": "module", "author": "withastro", "license": "MIT",