diff options
author | 2023-07-21 13:37:17 -0700 | |
---|---|---|
committer | 2023-07-21 16:37:17 -0400 | |
commit | 16a41528e444c25f4db9862538c0ec45d4ddb188 (patch) | |
tree | 8c73ba18b19d82e951869dfeeae467b92c52babb /packages/integrations/vercel | |
parent | c65da5f1cd47d2e2ae97b0f5ada3863430a324da (diff) | |
download | astro-@astrojs/vercel@3.7.4.tar.gz astro-@astrojs/vercel@3.7.4.tar.zst astro-@astrojs/vercel@3.7.4.zip |
[ci] release (#7737)astro@2.9.1@astrojs/vercel@3.7.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vercel')
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 9 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index fbb65832b..48cfc035a 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/vercel +## 3.7.4 + +### Patch Changes + +- [#7718](https://github.com/withastro/astro/pull/7718) [`35a0b6c8a`](https://github.com/withastro/astro/commit/35a0b6c8a909623d802523006cb3c65e4e70c88f) Thanks [@lilnasy](https://github.com/lilnasy)! - The vercel adapter now Warns when using a deprecated version of Node, and switches to 18 when using an unsupported version. + +- Updated dependencies [[`274e67532`](https://github.com/withastro/astro/commit/274e6753281edde72fcb4af1cf8a9f892ee46127), [`e52852628`](https://github.com/withastro/astro/commit/e528526289dd9fba98e254743ded47a5c6d418a8), [`c2d6cfd0c`](https://github.com/withastro/astro/commit/c2d6cfd0c26f4ebb81c715389347de1c3bf5f3e6), [`201d32dcf`](https://github.com/withastro/astro/commit/201d32dcfc58ca82468ac9be43b07cdc60abad88)]: + - astro@2.9.1 + ## 3.7.3 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index baf404065..ffec3a63d 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": "3.7.3", + "version": "3.7.4", "type": "module", "author": "withastro", "license": "MIT", @@ -61,7 +61,7 @@ "web-vitals": "^3.3.2" }, "peerDependencies": { - "astro": "workspace:^2.9.0" + "astro": "workspace:^2.9.1" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", |