Skip to content

Commit c55b1fc

Browse files
committed
chore: release v1.8.3
1 parent 34524a2 commit c55b1fc

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.8.3](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.8.2...v1.8.3) (2024-12-15)
2+
3+
4+
### Features
5+
6+
* bump `path-to-regexp` to `[@6](https://github.com/6).3.0` ([#105](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/105)) ([34524a2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/34524a2831d7b188920e71a38fabdb31ae7f7517))
7+
8+
9+
110
## [1.8.2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.8.1...v1.8.2) (2024-12-07)
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": "1.8.2",
4+
"version": "1.8.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": "1.8.2",
4+
"version": "1.8.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": "1.8.2",
4+
"version": "1.8.3",
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.2",
4+
"version": "1.8.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)