diff options
author | 2024-02-13 13:25:59 -0800 | |
---|---|---|
committer | 2024-02-13 14:25:59 -0700 | |
commit | e24db1d8a683897d4c179f3511f8e38950884e7f (patch) | |
tree | 917cd996c98e1893447d736a86f0b04740e01c4d /packages/integrations | |
parent | d851387a2d0ea28a76886d34d2b209d5da905ca7 (diff) | |
download | astro@4.3.7.tar.gz astro@4.3.7.tar.zst astro@4.3.7.zip |
[ci] release (#10092)astro@4.3.7@astrojs/vercel@7.3.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 7ff0686f1..5b464319d 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/vercel +## 7.3.1 + +### Patch Changes + +- [#10082](https://github.com/withastro/astro/pull/10082) [`2ffc5721bc22631c44d90ac43ec27fdb0b5b2d1b`](https://github.com/withastro/astro/commit/2ffc5721bc22631c44d90ac43ec27fdb0b5b2d1b) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Prevents infinite redirects when Astro `trailingSlash` configuration is set to `"always"` and "vercel.json" `trailingSlash` configuration is set to `true` + ## 7.3.0 ### Minor Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 1b110b831..3b7bddf7e 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": "7.3.0", + "version": "7.3.1", "type": "module", "author": "withastro", "license": "MIT", |