We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1eecf1 commit 2b364bdCopy full SHA for 2b364bd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "std-env",
3
- "version": "4.0.0-rc.1",
+ "version": "4.0.0",
4
"description": "Runtime agnostic JS utils",
5
"license": "MIT",
6
"repository": "unjs/std-env",
@@ -20,7 +20,7 @@
20
"lint": "oxlint . && oxfmt",
21
"lint:fix": "oxlint --fix . && oxfmt",
22
"prepack": "obuild",
23
- "release": "pnpm test && pnpm build && changelogen --release --prerelease --publish && git push --follow-tags",
+ "release": "pnpm test && pnpm build && changelogen --release --publish && git push --follow-tags",
24
"test": "pnpm lint && pnpm typecheck && vitest run --coverage",
25
"typecheck": "tsgo --noEmit"
26
},
0 commit comments