summaryrefslogtreecommitdiff
path: root/packages/integrations/vercel/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-06 16:40:46 -0500
committerGravatar GitHub <noreply@github.com> 2022-04-06 16:40:46 -0500
commit1d0c1d8977871cfaf739cdc1696530fee00fc538 (patch)
tree6bcf9b2335c7dffc74fe928f496bfbfc4cf0f131 /packages/integrations/vercel/CHANGELOG.md
parentaa8fb4af51f6b0af17b8d2858d080728b0114f7a (diff)
downloadastro-1d0c1d8977871cfaf739cdc1696530fee00fc538.tar.gz
astro-1d0c1d8977871cfaf739cdc1696530fee00fc538.tar.zst
astro-1d0c1d8977871cfaf739cdc1696530fee00fc538.zip
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.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 8c0d37f09..ebbf5585d 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/vercel
+## 0.0.3-beta.0
+
+### Patch Changes
+
+- [#3008](https://github.com/withastro/astro/pull/3008) [`8bd49c95`](https://github.com/withastro/astro/commit/8bd49c95365f7bbce41e19b7e8658ad639c22f31) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated integrations' `astro:build:done` hook: now it matches the client dist when using SSR
+
+* [#3000](https://github.com/withastro/astro/pull/3000) [`b5ed099e`](https://github.com/withastro/astro/commit/b5ed099eaf92b61faf2fb66ebd7179d3e8223ae5) Thanks [@JuanM04](https://github.com/JuanM04)! - Fixed build directory and clean-up
+
## 0.0.2
### Patch Changes