Skip to content

Commit

Permalink
chore: release v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 17, 2024
1 parent bc85ef6 commit 2c012d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [1.4.6](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.4.5...v1.4.6) (2024-1-17)


### Bug Fixes

* esbuild `define` deep stringify fail ([#71](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/71)) ([d0f51bc](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/d0f51bcaa26924c572bc7f30664ba3b8d9d898ad))


### Performance Improvements

* constant variable provide check ([2af011c](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/2af011ca26a64a7a4e2647cddf9bcaa1675168fc))
* optimize no proxy configured, add `wsPrefix` check ([f1acafd](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/f1acafdb6478020ebab9ffa322a1f9a20f7798e0))



## [1.4.5](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.4.3...v1.4.5) (2024-1-9)


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": "vite-plugin-mock-dev-server",
"type": "module",
"version": "1.4.5",
"version": "1.4.6",
"packageManager": "[email protected]",
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
"license": "MIT",
Expand Down

0 comments on commit 2c012d9

Please sign in to comment.