Comparing version 0.30.1 to 0.30.2
@@ -135,7 +135,7 @@ "use strict"; | ||
const currentVersion = collectCurrentVersion(configs); | ||
let newV = currentVersion; | ||
let newV; | ||
if (release) | ||
newV = (0, semver_1.inc)(currentVersion, release); | ||
else | ||
newV = yield queryAsync("New version", newV); | ||
newV = yield queryAsync("New version", (0, semver_1.inc)(currentVersion, "patch")); | ||
const newTag = "v" + newV; | ||
@@ -142,0 +142,0 @@ mkc.log(`new version: ${newV}`); |
{ | ||
"name": "makecode", | ||
"version": "0.30.1", | ||
"version": "0.30.2", | ||
"description": "MakeCode (PXT) - web-cached build tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
214194