diff options
author | 2022-10-18 11:26:00 -0700 | |
---|---|---|
committer | 2022-10-18 14:26:00 -0400 | |
commit | 4c1ffef3e4753ffccd71e9b1524aa4faa1de652f (patch) | |
tree | 20c56246738a6d7d7dbfacbf836f7efe332c8556 /packages/integrations/vercel | |
parent | 8cf692766bf482717cfed416f5317ae1b5fb6cf0 (diff) | |
download | astro-bb1a92f22073ba9583f9372247a196a13f373ba9.tar.gz astro-bb1a92f22073ba9583f9372247a196a13f373ba9.tar.zst astro-bb1a92f22073ba9583f9372247a196a13f373ba9.zip |
[ci] release (#5078)astro@1.5.1@astrojs/vue@1.2.0@astrojs/vercel@2.3.0@astrojs/tailwind@2.1.1@astrojs/solid-js@1.2.1@astrojs/react@1.2.1@astrojs/node@2.0.1
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 | 8 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 0a950e72a..cfc35716a 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/vercel +## 2.3.0 + +### Minor Changes + +- [#5086](https://github.com/withastro/astro/pull/5086) [`f8198d250`](https://github.com/withastro/astro/commit/f8198d2502bbf7f7daf5854e7e12317e39a66fcc) Thanks [@JuanM04](https://github.com/JuanM04)! - Minify Edge Function output to save space + +- [#5085](https://github.com/withastro/astro/pull/5085) [`cd25abae5`](https://github.com/withastro/astro/commit/cd25abae594f9c42d3766753dfeee4f476311f1e) Thanks [@JuanM04](https://github.com/JuanM04)! - Added `includeFiles` and `excludeFiles` options + ## 2.2.0 ### Minor Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index b0c7bc469..29638e66f 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": "2.2.0", + "version": "2.3.0", "type": "module", "author": "withastro", "license": "MIT", |