Skip to content

Commit 7c0d275

Browse files
committed
1 parent c29cb49 commit 7c0d275

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/plugin-vue/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>4.5.2 (2023-12-07)</small>
2+
3+
* feat(plugin-vue): add `customElement` option to compiler (#238) ([c29cb49](https://github.com/vitejs/vite-plugin-vue/commit/c29cb49)), closes [#238](https://github.com/vitejs/vite-plugin-vue/issues/238)
4+
5+
6+
17
## <small>4.5.1 (2023-12-01)</small>
28

39
* fix: respect vite base config for absolute URLs during dev ([44d3eb0](https://github.com/vitejs/vite-plugin-vue/commit/44d3eb0))

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)