summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-04-19 13:30:27 -0400
committerGravatar GitHub <noreply@github.com> 2022-04-19 13:30:27 -0400
commit9e00f6d5462f75dcb4da6946db6c508260147e11 (patch)
treea3b19aa45696041132096e52889bd85566b56344 /packages/integrations/vue
parent0f984473cf1790cf58fb66bb24847ca0dc9c1c8a (diff)
downloadastro-9e00f6d5462f75dcb4da6946db6c508260147e11.tar.gz
astro-9e00f6d5462f75dcb4da6946db6c508260147e11.tar.zst
astro-9e00f6d5462f75dcb4da6946db6c508260147e11.zip
[ci] release (#3149)
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 0344a8a92..bfe28d3bf 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 0.1.2
+
+### Patch Changes
+
+- [#3143](https://github.com/withastro/astro/pull/3143) [`44e294c9`](https://github.com/withastro/astro/commit/44e294c9cbaf8f6bbccce8b956c7c53d37c15c70) Thanks [@tony-sull](https://github.com/tony-sull)! - `@astrojs/vue` integration supports custom vue compiler options
+
## 0.1.1
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 5cd90f5c9..2f38e0170 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",