Skip to content

Commit 53475cc

Browse files
committed
chore: release v0.0.6
1 parent e2dbf1f commit 53475cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uni-helper/axios-adapter",
33
"type": "module",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"license": "MIT",
66
"packageManager": "pnpm@7.12.0",
77
"description": "The Axios adapter for uniapp",
@@ -39,7 +39,7 @@
3939
"dev": "tsup --watch",
4040
"play": "nr -C playground dev:h5",
4141
"prepublishOnly": "nr build",
42-
"release": "bumpp && npm publish --access public",
42+
"release": "bumpp",
4343
"test": "vitest",
4444
"typecheck": "tsc --noEmit"
4545
},

0 commit comments

Comments
 (0)