Skip to content

Commit 8a9b8fa

Browse files
committed
chore: release v2.0.3
1 parent 68e6a07 commit 8a9b8fa

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [2.0.3](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v2.0.2...v2.0.3) (2025-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* duplicate initialization of definiteMackData in multi-threads ([#133](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/133)) ([7baa8e1](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/7baa8e1728d9d7702d46b7574d2f94d1c5f82e1c))
7+
* update aliasPlugin import to use viteAliasPlugin, close [#132](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/132) ([#134](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/134)) ([68e6a07](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/68e6a073ba11aad1bb16f80c6c3046bf579c0fdd))
8+
9+
10+
### Performance Improvements
11+
12+
* update deps to latest ([4839e95](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/4839e9524ce09bc082ff841a537c83649656c6ba))
13+
14+
15+
116
## [2.0.2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v2.0.1...v2.0.2) (2025-10-29)
217

318

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.2",
4+
"version": "2.0.3",
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.2",
4+
"version": "2.0.3",
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.2",
4+
"version": "2.0.3",
55
"private": true,
66
"packageManager": "[email protected]",
77
"author": "pengzhanbo <[email protected]> (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.2",
4+
"version": "2.0.3",
55
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
66
"license": "MIT",
77
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",

0 commit comments

Comments
 (0)