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

[ci] release (#5239)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-10-31 07:21:09 -07:00 committed by GitHub
parent cd3fd406d8
commit 5bf07a9c94
2 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,14 @@
# @astrojs/vercel
## 2.3.3
### Patch Changes
- [#5241](https://github.com/withastro/astro/pull/5241) [`070da6a79`](https://github.com/withastro/astro/commit/070da6a7926892917f9a3077cd644bd3a1b87e76) Thanks [@matthewp](https://github.com/matthewp)! - Fixes unknown error when using vercel/static
- Updated dependencies [[`b6a478f37`](https://github.com/withastro/astro/commit/b6a478f37648491321077750bfca7bddf3cafadd)]:
- @astrojs/webapi@1.1.1
## 2.3.2
### Patch Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "2.3.2",
"version": "2.3.3",
"type": "module",
"author": "withastro",
"license": "MIT",
@ -44,7 +44,7 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
"@astrojs/webapi": "^1.1.0",
"@astrojs/webapi": "^1.1.1",
"@vercel/nft": "^0.22.1"
},
"devDependencies": {