Skip to content

Commit

Permalink
chore: release v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Sep 24, 2024
1 parent 01fa8b5 commit 1331cd5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.7.3](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.7.2...v1.7.3) (2024-09-24)


### Bug Fixes

* incorrect hot replacement, close [#98](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/98) ([#99](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/99)) ([317287f](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/317287f93a10d2886e806b65ca38889326248adc))


### Performance Improvements

* update deps to latest ([08fd37f](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/08fd37f8dc19c9cd0e4124ee294aa208f3d67dc1))



## [1.7.2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.7.1...v1.7.2) (2024-09-16)


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.7.2",
"version": "1.7.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.7.2",
"version": "1.7.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.7.2",
"version": "1.7.3",
"private": true,
"packageManager": "[email protected]",
"author": "pengzhanbo <[email protected]> (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.7.2",
"version": "1.7.3",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down

0 comments on commit 1331cd5

Please sign in to comment.