
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
conventional-recommended-bump
Advanced tools
Get a recommended version bump based on conventional commits.
Get a recommended version bump based on conventional commits.
Install • Usage • API • CLIGot the idea from https://github.com/conventional-changelog/conventional-changelog/pull/29
# pnpm
pnpm add conventional-recommended-bump
# yarn
yarn add conventional-recommended-bump
# npm
npm i conventional-recommended-bump
import { Bumper } from 'conventional-recommended-bump'
const bumper = new Bumper().loadPreset('angular')
const recommendation = await bumper.bump()
console.log(recommendation.releaseType) // 'major'
new Bumper(cwdOrGitClient: string | ConventionalGitClient = process.cwd())Create a new Bumper instance. cwdOrGitClient is the current working directory or a ConventionalGitClient instance.
bumper.tag(paramsOrTag: GetSemverTagsParams | string): thisSet params to get the last semver tag or set the tag directly.
bumper.commits(params: GetCommitsParams, parserOptions?: ParserStreamOptions): thisSet params to get the commits.
bumper.commits(commits: Iterable<Commit> | AsyncIterable<Commit>): thisSet the commits directly.
bumper.loadPreset(preset: PresetParams): thisLoad and set necessary params from a preset.
generator.config(config: Preset | Promise<Preset>): thisSet the config directly.
bumper.bump(whatBump?: (commits: Commit[]) => Promise<BumperRecommendation | null | undefined>): Promise<BumperRecommendation>Get a recommended version bump based on conventional commits. whatBump function is required if preset is not loaded.
conventional-recommended-bump --help
MIT © Steve Mao
semantic-release is an npm package that automates the versioning and package publishing process based on semantic versioning and conventional commit messages. It is more comprehensive than conventional-recommended-bump as it includes the entire release workflow, not just the recommendation for version bumps.
standard-version is an automated versioning tool that adheres to Semantic Versioning and uses conventional commit messages to determine version bumps. It is similar to conventional-recommended-bump but also handles the generation of changelogs and tagging of releases.
release-it is a generic CLI tool for automating versioning and package publishing. It supports conventional commits and can determine version bumps, but it also includes a wide range of release-related tasks, making it more versatile than conventional-recommended-bump.
FAQs
Get a recommended version bump based on conventional commits.
The npm package conventional-recommended-bump receives a total of 1,533,319 weekly downloads. As such, conventional-recommended-bump popularity was classified as popular.
We found that conventional-recommended-bump demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.