Skip to content

Commit 20b8d04

Browse files
committed
chore: release v1.4.2
1 parent 434b796 commit 20b8d04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.4.2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.4.1...v1.4.2) (2023-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* remove optional deps and change to build-in ([#65](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/65)) ([c02e387](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/c02e387b3f8e45ec78ba12675b76dcd0f07c4f45))
7+
8+
9+
### Features
10+
11+
* add mockServer logLevel options ([#65](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/65)) ([eb95494](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/eb95494b9ba414bfe486b7469ae0d705af01c9c3))
12+
13+
14+
115
## [1.4.1](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.4.0...v1.4.1) (2023-12-13)
216

317

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": "1.4.1",
4+
"version": "1.4.2",
55
"packageManager": "[email protected]",
66
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
77
"license": "MIT",

0 commit comments

Comments
 (0)