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: multiformats/js-multiaddr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.4.4
Choose a base ref
...
head repository: multiformats/js-multiaddr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.5.0
Choose a head ref
  • 3 commits
  • 13 files changed
  • 3 contributors

Commits on Jun 17, 2025

  1. chore: bump sinon from 19.0.5 to 21.0.0 (#422)

    Bumps [sinon](https://github.com/sinonjs/sinon) from 19.0.5 to 21.0.0.
    - [Release notes](https://github.com/sinonjs/sinon/releases)
    - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
    - [Commits](https://github.com/sinonjs/sinon/commits)
    
    ---
    updated-dependencies:
    - dependency-name: sinon
      dependency-version: 21.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Alex Potsides <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    d43de69 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. feat: allow registering custom protocol codecs (#425)

    Exposes the internal registry to allow adding/removing protocol
    codecs.
    achingbrain authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    caf2bfd View commit details
    Browse the repository at this point in the history
  2. chore(release): 12.5.0 [skip ci]

    ## [12.5.0](v12.4.4...v12.5.0) (2025-06-18)
    
    ### Features
    
    * allow registering custom protocol codecs ([#425](#425)) ([caf2bfd](caf2bfd))
    
    ### Trivial Changes
    
    * bump sinon from 19.0.5 to 21.0.0 ([#422](#422)) ([d43de69](d43de69))
    semantic-release-bot committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    43bf9a2 View commit details
    Browse the repository at this point in the history
Loading