summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-01-02 05:29:02 -0800
committerGravatar GitHub <noreply@github.com> 2025-01-02 13:29:02 +0000
commit161df286c3abdbf8c49e8e7de820ce0e36ab5c55 (patch)
treed48d0ddff917f21c547e360d74acd12046123963 /packages/integrations/vue
parent7fb21844dff893c90dc0a07fd13cefdba61d0a45 (diff)
downloadastro-161df286c3abdbf8c49e8e7de820ce0e36ab5c55.tar.gz
astro-161df286c3abdbf8c49e8e7de820ce0e36ab5c55.tar.zst
astro-161df286c3abdbf8c49e8e7de820ce0e36ab5c55.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 9a6d5dc92..5fdd21c34 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 5.0.4
+
+### Patch Changes
+
+- [#12776](https://github.com/withastro/astro/pull/12776) [`8809b85`](https://github.com/withastro/astro/commit/8809b85747c1af4a772a3649ce8a8b3bb0f31236) Thanks [@aminevg](https://github.com/aminevg)! - Fixes an issue where TypeScript couldn't infer the correct types of the `server.mjs` file
+
## 5.0.3
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 349a6561d..49cdc3216 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "5.0.3",
+ "version": "5.0.4",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",