0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] release (beta) (#9251)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-12-01 11:12:49 -08:00 committed by GitHub
parent 63f93c7842
commit 698d0813f6
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# @astrojs/vercel
## 6.0.0-beta.2
### Major Changes
- [#9263](https://github.com/withastro/astro/pull/9263) [`3cbd8ea75`](https://github.com/withastro/astro/commit/3cbd8ea7534910e3beae396dcfa93ce87dcdd91f) Thanks [@bluwy](https://github.com/bluwy)! - Removes the deprecated `@astrojs/vercel/edge` export. You should use `@astrojs/vercel/serverless` instead with the `edgeMiddleware` option.
## 6.0.0-beta.1
### Major Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"type": "module",
"author": "withastro",
"license": "MIT",