Semver Range Calculator
v1.0.1Check if a version satisfies a semver range and calculate the next major, minor, or patch bump.
Checks whether a semantic version (e.g. 2.3.1) satisfies a semver range expression (e.g. ^2.0.0, >=1.5.0 <3.0.0) and calculates the next major, minor, or patch bump from any version.
How to use- →Enter a version string and a range expression — the result shows whether it satisfies the range.
- →Use the "Next bump" calculator to compute the new version after a major, minor, or patch release.
- →Try a preset from the example picker to see ~, ^, and range expressions compared.
Try version with range · or version with