Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/node-semver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.8.1
Choose a base ref
...
head repository: npm/node-semver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.8.2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 4, 2026

  1. 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>
    liuzemei and SheldonNeo authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    bea6028 View commit details
    Browse the repository at this point in the history
  2. chore: release 7.8.2 (#871)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [7.8.2](v7.8.1...v7.8.2)
    (2026-06-04)
    ### Bug Fixes
    *
    [`bea6028`](bea6028)
    [#870](#870) increment dotted
    prerelease identifiers (#870) (@liuzemei, @SheldonNeo)
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 4, 2026
    Configuration menu
    Copy the full SHA
    efafcf8 View commit details
    Browse the repository at this point in the history
Loading