diff options
author | 2022-04-26 16:49:09 -0400 | |
---|---|---|
committer | 2022-04-26 16:49:09 -0400 | |
commit | 8d8433ee50f10d15ebabc1e1f6ca424fe3427219 (patch) | |
tree | 34f88de55e7da65b090341028a375124bb2bd1f2 /packages/integrations/vercel/CHANGELOG.md | |
parent | f0f938ce7db54ad55b060cb90204ecab8424dc37 (diff) | |
download | astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.tar.gz astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.tar.zst astro-8d8433ee50f10d15ebabc1e1f6ca424fe3427219.zip |
[ci] release (#3182)create-astro@0.10.0astro@1.0.0-beta.18@astrojs/vercel@0.1.4@astrojs/tailwind@0.2.1@astrojs/svelte@0.1.2@astrojs/netlify@0.3.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vercel/CHANGELOG.md')
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index c52969665..4fb3a7577 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/vercel +## 0.1.4 + +### Patch Changes + +- [`cafd36ef`](https://github.com/withastro/astro/commit/cafd36ef774755b8efbe9e526a0b5ce7a47095f2) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Update README + +* [#3185](https://github.com/withastro/astro/pull/3185) [`eaad1769`](https://github.com/withastro/astro/commit/eaad17694f2120ddbd083bb1754e4418b8ea6aa9) Thanks [@JuanM04](https://github.com/JuanM04)! - Fixed `trailingSlash` for non-HTML pages + +- [#3176](https://github.com/withastro/astro/pull/3176) [`725c44a7`](https://github.com/withastro/astro/commit/725c44a762dbc2f45a1d47ffa31b7e6e0b22ff95) Thanks [@JuanM04](https://github.com/JuanM04)! - Support trailingSlash + ## 0.1.3 ### Patch Changes |