Skip to content

Commit 0233170

Browse files
committed
chore: release
1 parent 34dfa21 commit 0233170

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vite-plugin-vue-inspector
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- feat!: hide data-v-inspector in html (#81)
8+
39
## 3.7.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-vue-inspector",
3-
"version": "3.7.2",
3+
"version": "4.0.0",
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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# unplugin-vue-inspector
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- feat!: hide data-v-inspector in html (#81)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
13+
314
## 0.5.2
415

516
### Patch Changes

packages/unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-vue-inspector",
3-
"version": "0.5.2",
3+
"version": "1.0.0",
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)