summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-15 13:26:00 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-15 15:26:00 -0600
commit8a0def2b6c3d85ea8f91db8df9b17c9ea8ee3a0f (patch)
tree3e71e2e8d50d773ad448d776adf7aa05c35e14c2 /packages/integrations/vue
parentf963d07f22f972938e1c9e8c95f9278efdff586b (diff)
downloadastro-8a0def2b6c3d85ea8f91db8df9b17c9ea8ee3a0f.tar.gz
astro-8a0def2b6c3d85ea8f91db8df9b17c9ea8ee3a0f.tar.zst
astro-8a0def2b6c3d85ea8f91db8df9b17c9ea8ee3a0f.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 8377a7e84..906d57e98 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 4.0.4
+
+### Patch Changes
+
+- [#9362](https://github.com/withastro/astro/pull/9362) [`a5db8d2ad`](https://github.com/withastro/astro/commit/a5db8d2ad02275e6cc989bd0a04ff2845f6f34c4) Thanks [@bluwy](https://github.com/bluwy)! - Simplifies `appEntrypoint` handling
+
## 4.0.3
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 5435447d9..e6edfba0a 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.0.3",
+ "version": "4.0.4",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",