Skip to content

Commit e6cf21c

Browse files
committed
chore: release v2.1.2
1 parent 16883b6 commit e6cf21c

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.1.2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v2.1.1...v2.1.2) (2026-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fix not emit reload when mock deps updated, close [#147](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/147) ([#149](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/149)) ([b88a1bf](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/b88a1bfe6d51fa94dfb61ace4156baf780a64fe8))
7+
8+
9+
110
## [2.1.1](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v2.1.0...v2.1.1) (2026-03-25)
211

312

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.1.1",
4+
"version": "2.1.2",
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.1.1",
4+
"version": "2.1.2",
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.1.1",
4+
"version": "2.1.2",
55
"private": true,
66
"packageManager": "pnpm@10.33.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.1.1",
4+
"version": "2.1.2",
55
"description": "Vite Plugin for API mock dev server.",
66
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
77
"license": "MIT",

0 commit comments

Comments
 (0)