We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed80164 commit 3510f52Copy full SHA for 3510f52
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pri",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"types": "src/node/index.ts",
5
"main": "built/node/index.js",
6
"scripts": {
src/built-in-plugins/command-publish/plugin/utils.ts
@@ -178,7 +178,10 @@ export async function generateVersion(
178
} else {
179
logFatal('semver must be "patch" "minor" or "major"');
180
}
181
+ } else {
182
+ version = targetPackageJson.version;
183
184
+
185
return version;
186
187
0 commit comments