summaryrefslogtreecommitdiff
path: root/packages/integrations/vercel
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-28 05:17:45 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-28 08:17:45 -0400
commit6d103ddceb72a9b08d37e09b29524d1f766e3b0d (patch)
tree52b1e6f69b0fd86cbfddc4ed1e32ecd68996f5c0 /packages/integrations/vercel
parentc565465a964ee14bf5d55c0a6eaf1091d3a68429 (diff)
downloadastro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.gz
astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.tar.zst
astro-6d103ddceb72a9b08d37e09b29524d1f766e3b0d.zip
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.md6
-rw-r--r--packages/integrations/vercel/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md
index 0ac7d2291..08ea74a80 100644
--- a/packages/integrations/vercel/CHANGELOG.md
+++ b/packages/integrations/vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vercel
+## 0.4.0
+
+### Minor Changes
+
+- [#4068](https://github.com/withastro/astro/pull/4068) [`54b33d50f`](https://github.com/withastro/astro/commit/54b33d50fdb995ac056461be7e2128d911624f2d) Thanks [@matthewp](https://github.com/matthewp)! - Add explicit errors when omitting output config
+
## 0.3.0
### Minor Changes
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index 08da5e991..563da1050 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": "0.3.0",
+ "version": "0.4.0",
"type": "module",
"author": "withastro",
"license": "MIT",