logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

NPM Version - Bump Package Versions Easily | Online Free DevTools by Hexmos

Bump node package versions easily with NPM Version. Manage your project versions, create tags, and customize commit messages. Free online tool, no registration required.

npm-version

Bump a node package version. More information: https://docs.npmjs.com/cli/npm-version.

  • Check current version:

npm version

  • Bump the minor version:

npm version minor

  • Set a specific version:

npm version {{version}}

  • Bump the patch version without creating a Git tag:

npm version patch --no-git-tag-version

  • Bump the major version with a custom commit message:

npm version major {{[-m|--message]}} "{{Upgrade to %s for reasons}}"

See Also