Skip to content

Commit 84ed20e

Browse files
committed
fix: v4 should use latest npm tag
1 parent 689ccf2 commit 84ed20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"lint:es": "eslint . --cache",
6363
"lint:tsc": "tsc --noEmit",
6464
"prepare": "patch-package && simple-git-hooks",
65-
"release": "yarn build && clean-pkg-json && changeset publish --tag release-v4",
65+
"release": "yarn build && clean-pkg-json && changeset publish",
6666
"test": "jest"
6767
},
6868
"peerDependencies": {

0 commit comments

Comments
 (0)