summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-05 12:55:54 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-05 14:55:54 -0600
commit339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa (patch)
tree7f0e0275d3cc6225902562de4b81d7bbd56f3bea /packages/integrations/vue
parente83b2feecaf576d99939bdbff22ebb22ee4ed8f7 (diff)
downloadastro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.tar.gz
astro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.tar.zst
astro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index dcb0c91e8..1cc63f36e 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.1
+
+### Patch Changes
+
+- [#8794](https://github.com/withastro/astro/pull/8794) [`4d4e34d45`](https://github.com/withastro/astro/commit/4d4e34d451e351f8a52e04124027850a575ba752) Thanks [@yoyo837](https://github.com/yoyo837)! - Prevents Astro from crashing when no default function is exported from the `appEntrypoint`. Now, the entrypoint will be ignored with a warning instead.
+
## 4.0.0
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 463b98958..79dd727ad 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",