Skip to content

Commit

Permalink
chore: release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Aug 14, 2024
1 parent 7910450 commit e534fa1
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.1](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.7.0...v1.7.1) (2024-08-14)


### Bug Fixes

* incorrect filepath resolution during `dynamic import` ([#91](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/issues/91)) ([be65433](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/commit/be65433aba9a934775f8e7cda6c45b3f7e2ce4b3))


### Performance Improvements

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



# [1.7.0](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.6.1...v1.7.0) (2024-08-11)


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.0",
"version": "1.7.1",
"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.0",
"version": "1.7.1",
"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.0",
"version": "1.7.1",
"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.0",
"version": "1.7.1",
"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 e534fa1

Please sign in to comment.