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 11, 2024
1 parent f0b6b4c commit f3d3062
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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.6.1",
"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.6.1",
"version": "1.7.1",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
5 changes: 4 additions & 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 <q942450674@outlook.com> (https://github.com/pengzhanbo)",
"license": "MIT",
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
Expand Down Expand Up @@ -91,5 +91,8 @@
"devDependencies": {
"esbuild": "^0.23.0",
"vite": "^5.3.5"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit f3d3062

Please sign in to comment.