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

[ci] release (#6094)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-02-02 12:38:04 -08:00 committed by GitHub
parent 6731fbaf17
commit 4d34cb0f39
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# @astrojs/vercel
## 3.0.1
### Patch Changes
- [#6085](https://github.com/withastro/astro/pull/6085) [`b236b5cc8`](https://github.com/withastro/astro/commit/b236b5cc8eb9e078758d9c6cb77d88c39bb1fc3d) Thanks [@AirBorne04](https://github.com/AirBorne04)! - Added second build step through esbuild, to allow framework defined build (vite build) and target defined bundling (esbuilt step)
- Updated dependencies [[`9bec6bc41`](https://github.com/withastro/astro/commit/9bec6bc410f324a41c67e5d185fa86f78d7625f2)]:
- astro@2.0.6
## 3.0.0
### Major Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"author": "withastro",
"license": "MIT",
@ -50,7 +50,7 @@
"set-cookie-parser": "^2.5.1"
},
"peerDependencies": {
"astro": "workspace:^2.0.5"
"astro": "workspace:^2.0.6"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",