Skip to content

Commit 48dc0af

Browse files
committed
chore: release
1 parent e2a3ee9 commit 48dc0af

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vite-plugin-vue-inspector
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- feat: respect vite base path option
8+
39
## 4.0.1
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-vue-inspector",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "jump to local IDE source code while click the element of browser automatically.",
55
"author": "webfansplz",
66
"license": "MIT",

packages/unplugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# unplugin-vue-inspector
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- feat: respect vite base path option
8+
- Updated dependencies
9+
- vite-plugin-vue-inspector@4.0.2
10+
311
## 1.0.1
412

513
### Patch Changes

packages/unplugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue-inspector",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "jump to local IDE source code while click the element of browser automatically.",
55
"author": "webfansplz",
66
"license": "MIT",

0 commit comments

Comments
 (0)