Skip to content

Commit

Permalink
chore: release v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Dec 15, 2024
1 parent 34524a2 commit c55b1fc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.8.3](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.8.2...v1.8.3) (2024-12-15)


### Features

* 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))



## [1.8.2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.8.1...v1.8.2) (2024-12-07)


Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "1.8.2",
"version": "1.8.3",
"private": true,
"scripts": {
"docs:build": "vitepress build .",
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"type": "module",
"version": "1.8.2",
"version": "1.8.3",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mock-dev-server-monorepo",
"type": "module",
"version": "1.8.2",
"version": "1.8.3",
"private": true,
"packageManager": "pnpm@9.15.0",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-mock-dev-server",
"type": "module",
"version": "1.8.2",
"version": "1.8.3",
"author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down

0 comments on commit c55b1fc

Please sign in to comment.