Comparing v7.8.1...v7.8.3 · npm/node-semver (original) (raw)
Commits on Jun 4, 2026
- fix: increment dotted prerelease identifiers (#870)
Fixes #226.
Summary
- treat a dotted prerelease identifier as a prefix when deciding whether
to continue incrementing the existing prerelease sequence
- keep replacing the prerelease when the matched prefix is followed by a
non-numeric segment
- add fixtures for dotted identifiers such as
alpha.beta and
alpha.beta.5
Testing
npm test
Co-authored-by: Sheldon neooosky@gmail.com
Configuration menu
Browse the repository at this point in the history
- Configuration menu
Browse the repository at this point in the history