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.3.0
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.3.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 9, 2024

  1. deps(dev): bump aegir from 43.0.3 to 44.1.1 (#384)

    * deps(dev): bump aegir from 43.0.3 to 44.1.1
    
    Bumps [aegir](https://github.com/ipfs/aegir) from 43.0.3 to 44.1.1.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v43.0.3...v44.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: aegir
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: fix linting
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: achingbrain <alex@achingbrain.net>
    dependabot[bot] and achingbrain authored Sep 9, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    408ba5a View commit details
  2. fix: use named error instead of CodeError (#385)

    `CodeError` is going away in the next libp2p release so use a
    named error instead.
    achingbrain authored Sep 9, 2024
    Copy the full SHA
    a0bc8f9 View commit details
  3. chore(release): 12.3.1 [skip ci]

    ## [12.3.1](v12.3.0...v12.3.1) (2024-09-09)
    
    ### Bug Fixes
    
    * use named error instead of CodeError ([#385](#385)) ([a0bc8f9](a0bc8f9))
    
    ### Dependencies
    
    * **dev:** bump aegir from 43.0.3 to 44.1.1 ([#384](#384)) ([408ba5a](408ba5a))
    semantic-release-bot committed Sep 9, 2024
    Copy the full SHA
    d4164fb View commit details
Loading