A command that updates the version property in a package.json
file.
Type: object literal
Type: string
Type: string
ℹ️ ExecCommand options are also applicable.
const { Commands } = require("@abstracter/atomic-release");
const command = new Commands.NpmBumpPackageVersionCommand({
version: "1.0.0",
preReleaseId: "beta",
workingDirectory: "/absolute/path", <-- package.json should be inside
});