Skip to content

Commit 25ff3be

Browse files
authored
fix: v4 should use latest npm tag (#214)
1 parent 689ccf2 commit 25ff3be

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/two-bottles-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"pretty-quick": patch
3+
---
4+
5+
fix: v4 should use latest npm tag

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)