Skip to content

Commit

Permalink
Update updateDeps.js
Browse files Browse the repository at this point in the history
Fixes #83
  • Loading branch information
csantos1113 authored and antongolub committed Oct 23, 2023
1 parent 7cdd77e commit a5e526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/updateDeps.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const getDependentRelease = (pkg, bumpStrategy, releaseStrategy, ignore, prefix)
return false;
}

const resolvedVersion = resolveNextVersion(currentVersion, nextVersion, releaseStrategy, prefix);
const resolvedVersion = resolveNextVersion(currentVersion, nextVersion, bumpStrategy, prefix);
if (currentVersion !== resolvedVersion) {
scope[name] = resolvedVersion;
return true;
Expand Down

0 comments on commit a5e526c

Please sign in to comment.