Skip to content

Commit 09c877f

Browse files
committed
chore: release v1.8.1
1 parent 078639b commit 09c877f

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+
## [1.8.1](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.8.0...v1.8.1) (2024-12-06)
2+
3+
4+
### Features
5+
6+
* support parse `DELETE` request body ([2d854cc](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/2d854cc2a925f60d6f0d5bdc37da0f2b984de7f9))
7+
8+
9+
### Performance Improvements
10+
11+
* support `vite@6` ([995f25f](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/995f25fac38d5085421104a46d53efa398b2f163))
12+
13+
14+
115
# [1.8.0](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.7.3...v1.8.0) (2024-10-06)
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": "1.8.0",
4+
"version": "1.8.1",
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": "1.8.0",
4+
"version": "1.8.1",
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": "1.8.0",
4+
"version": "1.8.1",
55
"private": true,
66
"packageManager": "[email protected]",
77
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",

plugin/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.8.0",
4+
"version": "1.8.1",
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)