Skip to content

Commit 8cb06ad

Browse files
committed
chore: release v2.0.7
1 parent 7b1b7dc commit 8cb06ad

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.0.7](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v2.0.6...v2.0.7) (2025-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* ignore some builtin logging ([b500617](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/b5006178031e06110d7dfd7108f1059ad1c7c0b2))
7+
8+
9+
### Performance Improvements
10+
11+
* update deps to latest ([7b1b7dc](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/7b1b7dccbfa23d90bbe1415d0dc9c5e3f32c2744))
12+
13+
14+
115
## [2.0.6](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v2.0.5...v2.0.6) (2025-12-05)
216

317

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "2.0.6",
4+
"version": "2.0.7",
55
"private": true,
66
"scripts": {
77
"docs:build": "vitepress build .",

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example",
33
"type": "module",
4-
"version": "2.0.6",
4+
"version": "2.0.7",
55
"private": true,
66
"scripts": {
77
"dev": "vite dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mock-dev-server-monorepo",
33
"type": "module",
4-
"version": "2.0.6",
4+
"version": "2.0.7",
55
"private": true,
66
"packageManager": "pnpm@10.26.2",
77
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",

vite-plugin-mock-dev-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-mock-dev-server",
33
"type": "module",
4-
"version": "2.0.6",
4+
"version": "2.0.7",
55
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
66
"license": "MIT",
77
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",

0 commit comments

Comments
 (0)