summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-01-02 07:26:33 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-02 10:26:33 -0500
commitd85433057189ed6dc599be007125c225face763e (patch)
tree9985998d2ae207a4748fc29e701ec9e457da6144 /packages/integrations/vue
parentec71f03cfd9b8195fb21c92dfda0eff63b6ebeed (diff)
downloadastro-d85433057189ed6dc599be007125c225face763e.tar.gz
astro-d85433057189ed6dc599be007125c225face763e.tar.zst
astro-d85433057189ed6dc599be007125c225face763e.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 40d3bb15c..5eff46211 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.7
+
+### Patch Changes
+
+- [#9558](https://github.com/withastro/astro/pull/9558) [`e496b2e3b84b673b81c872dad9a6b3f9dd32396a`](https://github.com/withastro/astro/commit/e496b2e3b84b673b81c872dad9a6b3f9dd32396a) Thanks [@michaelhthomas](https://github.com/michaelhthomas)! - Fixes support for async `appEntrypoint`
+
## 4.0.6
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 1f59c3e9a..73cd606a5 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.6",
+ "version": "4.0.7",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",