Skip to content

Commit 2aa78a5

Browse files
committed
chore: release
1 parent 50ae7a1 commit 2aa78a5

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+
## 3.7.1
4+
5+
### Patch Changes
6+
7+
- fix: respect `server.port` when setting custom host (#74)
8+
39
## 3.7.0
410

511
### Minor 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": "3.7.0",
3+
"version": "3.7.1",
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+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- fix: respect `server.port` when setting custom host (#74)
8+
- Updated dependencies
9+
- vite-plugin-vue-inspector@3.7.1
10+
311
## 0.5.0
412

513
### Minor 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": "0.5.0",
3+
"version": "0.5.1",
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)