diff options
author | 2025-03-11 02:23:12 -0700 | |
---|---|---|
committer | 2025-03-11 09:23:12 +0000 | |
commit | 10fae31ac1278ea3f713467cd2909372a4f41bb3 (patch) | |
tree | 7cc36c9debd9da029162cdac31dc60a7d10b94c0 /packages/integrations/vercel | |
parent | 6d1c63fa46a624b1c4981d4324ebabf37cc2b958 (diff) | |
download | astro-@astrojs/cloudflare@12.2.4.tar.gz astro-@astrojs/cloudflare@12.2.4.tar.zst astro-@astrojs/cloudflare@12.2.4.zip |
[ci] release (#13361)astro@5.4.3@astrojs/vercel@8.1.2@astrojs/upgrade@0.5.1@astrojs/svelte@7.0.6@astrojs/node@9.1.3@astrojs/netlify@6.2.3@astrojs/mdx@4.1.1@astrojs/markdown-remark@6.2.1@astrojs/markdoc@0.12.11@astrojs/internal-helpers@0.6.1@astrojs/cloudflare@12.2.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vercel')
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 8f12ee8e3..996df273f 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/vercel +## 8.1.2 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + ## 8.1.1 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 1763f9578..32a7d9eb4 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.1.1", + "version": "8.1.2", "type": "module", "author": "withastro", "license": "MIT", |