Skip to content

Commit 2b364bd

Browse files
committed
v4.0.0
1 parent e1eecf1 commit 2b364bd

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,6 +1,6 @@
11
{
22
"name": "std-env",
3-
"version": "4.0.0-rc.1",
3+
"version": "4.0.0",
44
"description": "Runtime agnostic JS utils",
55
"license": "MIT",
66
"repository": "unjs/std-env",
@@ -20,7 +20,7 @@
2020
"lint": "oxlint . && oxfmt",
2121
"lint:fix": "oxlint --fix . && oxfmt",
2222
"prepack": "obuild",
23-
"release": "pnpm test && pnpm build && changelogen --release --prerelease --publish && git push --follow-tags",
23+
"release": "pnpm test && pnpm build && changelogen --release --publish && git push --follow-tags",
2424
"test": "pnpm lint && pnpm typecheck && vitest run --coverage",
2525
"typecheck": "tsgo --noEmit"
2626
},

0 commit comments

Comments
 (0)