Skip to content

Commit 48c34b9

Browse files
committed
chore: release v1.7.0
1 parent 9c07c99 commit 48c34b9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.7.0](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.6.1...v1.7.0) (2024-08-11)
2+
3+
4+
### Features
5+
6+
* resolve plugin options ([d22fd36](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/d22fd3667603bd97f775579a3850569c52653d3c))
7+
8+
9+
### Performance Improvements
10+
11+
* improve `alias` resolve ([595475a](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/595475a66ae90d4694e636887b237afbc73fe0c5))
12+
* improve `build` output ([66e741e](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/66e741e078b1fcee62026e161a82a7c4af0af25f))
13+
* improve build output ([98e54a7](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/98e54a76271a5803bf111042f8c5bdf93e43dc5e))
14+
* improve code structure ([ac4f2f8](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/ac4f2f81effe788d484179ceddc242909e9f6e01))
15+
* improve code structure ([e66f70c](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/e66f70cd1b74830b6fa74d2a81b6c4e1d293df00))
16+
* improve mock `ws` argument ([2940719](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/2940719978b16363dc28d76af0d3e1cf9e6cd04d))
17+
* improve mock data transform ([a4dbfe4](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/a4dbfe44e090749ec5f843994d7332db203099f0))
18+
* improve plugin exports ([df0b7e0](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/df0b7e0cc2bd86caa6e407a0679f32a4e97d694f))
19+
* migrate to workspace ([addc801](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/addc8013eaab3f3bf100eac388eb910e3842f68a))
20+
21+
22+
123
## [1.6.1](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.6.0...v1.6.1) (2024-07-29)
224

325

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": "1.6.1",
4+
"version": "1.7.0",
55
"private": true,
66
"packageManager": "[email protected]",
77
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",

0 commit comments

Comments
 (0)