Skip to content

Commit

Permalink
chore: release v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Sep 16, 2024
1 parent 054f9f9 commit 62d5d5b
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.7.2](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.7.1...v1.7.2) (2024-09-16)


### Performance Improvements

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



## [1.7.1](https://github.com/pengzhanbo/vite-plugin-mock-dev-server/compare/v1.7.0...v1.7.1) (2024-08-14)


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.1",
"version": "1.7.2",
"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.1",
"version": "1.7.2",
"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.1",
"version": "1.7.2",
"private": true,
"packageManager": "pnpm@9.10.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.7.1",
"version": "1.7.2",
"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 62d5d5b

Please sign in to comment.