Skip to content

Commit f3d3062

Browse files
committed
chore: release v1.7.1
1 parent f0b6b4c commit f3d3062

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "1.6.1",
4+
"version": "1.7.1",
55
"private": true,
66
"scripts": {
77
"docs:build": "vitepress build .",

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example",
33
"type": "module",
4-
"version": "1.6.1",
4+
"version": "1.7.1",
55
"private": true,
66
"scripts": {
77
"dev": "vite dev",

plugin/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-mock-dev-server",
33
"type": "module",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"author": "pengzhanbo <[email protected]> (https://github.com/pengzhanbo)",
66
"license": "MIT",
77
"homepage": "https://vite-plugin-mock-dev-server.netlify.app",
@@ -91,5 +91,8 @@
9191
"devDependencies": {
9292
"esbuild": "^0.23.0",
9393
"vite": "^5.3.5"
94+
},
95+
"publishConfig": {
96+
"access": "public"
9497
}
9598
}

0 commit comments

Comments
 (0)