diff options
author | 2022-04-11 03:30:44 +0000 | |
---|---|---|
committer | 2022-04-11 03:30:44 +0000 | |
commit | 83d83a7b04de47e3becf3dc31980504f8969c512 (patch) | |
tree | 86651ef3b7307bf54445735fbf6d977bbfd59b83 | |
parent | 83613120a9f51c04f693d593383229d296a6f802 (diff) | |
download | astro-83d83a7b04de47e3becf3dc31980504f8969c512.tar.gz astro-83d83a7b04de47e3becf3dc31980504f8969c512.tar.zst astro-83d83a7b04de47e3becf3dc31980504f8969c512.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/astro/CHANGELOG.md | 1 | ||||
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index fc5c39206..55f486538 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -7,6 +7,7 @@ - [#3004](https://github.com/withastro/astro/pull/3004) [`9724d844`](https://github.com/withastro/astro/commit/9724d844b32fb30c91ec3d060421bbb0cc36428a) Thanks [@tony-sull](https://github.com/tony-sull)! - Fix bug causing `astro preview` server to close immediately * [#3028](https://github.com/withastro/astro/pull/3028) [`982f64f6`](https://github.com/withastro/astro/commit/982f64f69a82d3c5f99b326a2ddcd368435d9b4a) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated esbuild + ## 1.0.0-beta.5 ### Patch Changes diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 2bf790f46..7ee4a6341 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,6 +1,7 @@ # @astrojs/vercel ## 0.1.0 + ### Patch Changes - [#3028](https://github.com/withastro/astro/pull/3028) [`982f64f6`](https://github.com/withastro/astro/commit/982f64f69a82d3c5f99b326a2ddcd368435d9b4a) Thanks [@JuanM04](https://github.com/JuanM04)! - Updated esbuild |